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 e65b559 commit 040bd12Copy full SHA for 040bd12
firmware/firmware.mk
@@ -1,6 +1,6 @@
1
-#ifneq ($(PROJECT_CPU),simulator)
+ifneq ($(PROJECT_CPU),simulator)
2
BOARDCPPSRC += \
3
$(BOARD_DIR)/firmware/hardware/board_hw_test.cpp \
4
$(BOARD_DIR)/board_configuration.cpp \
5
6
-#endif
+endif
0 commit comments