We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2724c commit 466750cCopy full SHA for 466750c
make/common/NRF5X.make
@@ -551,7 +551,7 @@ endif
551
endif
552
553
flash: all
554
-ifeq ($(BOARD),MICROBIT)
+ifeq ($(BOARD),MICROBIT1)
555
if [ -d "/media/$(USER)/MICROBIT" ]; then cp $(PROJ_NAME).hex /media/$(USER)/MICROBIT;sync; fi
556
if [ -d "/media/MICROBIT" ]; then cp $(PROJ_NAME).hex /media/MICROBIT;sync; fi
557
else
0 commit comments