Bluetooth?

This commit is contained in:
Andrey 2024-09-02 09:54:53 -04:00
parent b5254bf779
commit c3538e2797
1 changed files with 4 additions and 0 deletions

View File

@ -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