Bluetooth?
This commit is contained in:
parent
b5254bf779
commit
c3538e2797
4
board.mk
4
board.mk
|
@ -10,4 +10,8 @@ include $(BOARD_DIR)/meta-info.env
|
||||||
# reduce memory usage monitoring
|
# reduce memory usage monitoring
|
||||||
DDEFS += -DRAM_UNUSED_SIZE=100
|
DDEFS += -DRAM_UNUSED_SIZE=100
|
||||||
|
|
||||||
|
# this is usually used by Bluetooth
|
||||||
|
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
|
||||||
|
|
||||||
|
# this includes knock and mux control settings
|
||||||
include $(BOARDS_DIR)/hellen/hellen-common-mega144.mk
|
include $(BOARDS_DIR)/hellen/hellen-common-mega144.mk
|
||||||
|
|
Loading…
Reference in New Issue