summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-21 17:10:15 +0300
committerMaxim Devaev <[email protected]>2022-07-21 17:10:15 +0300
commit04fa68a399a4ba317a8e687fc3276f18aeaa7317 (patch)
treebde09a1c9b01c2a3c40373f8f687fd85a317b441 /hid
parentca87bd66d7d6734936ca941a09cb24758061247a (diff)
fixed make upload
Diffstat (limited to 'hid')
-rw-r--r--hid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/Makefile b/hid/Makefile
index deb2e367..4f671ca3 100644
--- a/hid/Makefile
+++ b/hid/Makefile
@@ -25,7 +25,7 @@ upload:
gpioset 0 25=0; \
fi \
"
- platformio run --environment '$($@_CURRENT)' --project-conf '$($@_CONFIG)' --target upload
+ platformio run --environment '$($@_CURRENT)' --project-conf 'platformio-$($@_CONFIG).ini' --target upload
bootloader-spi: install-bootloader-spi