Skip to content

Commit 040bd12

Browse files
committed
helping simulator
1 parent e65b559 commit 040bd12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firmware/firmware.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#ifneq ($(PROJECT_CPU),simulator)
1+
ifneq ($(PROJECT_CPU),simulator)
22
BOARDCPPSRC += \
33
$(BOARD_DIR)/firmware/hardware/board_hw_test.cpp \
44
$(BOARD_DIR)/board_configuration.cpp \
55

6-
#endif
6+
endif

0 commit comments

Comments
 (0)