aboutsummaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/wanleg/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/wanleg/rules.mk b/users/wanleg/rules.mk
index eb66a49e6..410803512 100644
--- a/users/wanleg/rules.mk
+++ b/users/wanleg/rules.mk
@@ -21,8 +21,8 @@ ifeq ($(strip $(BT)), yes)
21 #opt_defs for alternate pin usage 21 #opt_defs for alternate pin usage
22 OPT_DEFS += -DBLUEFRUIT 22 OPT_DEFS += -DBLUEFRUIT
23 #Adafruit Bluefruit controller settings 23 #Adafruit Bluefruit controller settings
24 BLUETOOTH = AdafruitBLE
25 BLUETOOTH_ENABLE = yes 24 BLUETOOTH_ENABLE = yes
25 BLUETOOTH_DRIVER = AdafruitBLE
26 F_CPU = 8000000 26 F_CPU = 8000000
27 CONSOLE_ENABLE = no # Console for debug(+400) 27 CONSOLE_ENABLE = no # Console for debug(+400)
28 COMMAND_ENABLE = no # Commands for debug and configuration 28 COMMAND_ENABLE = no # Commands for debug and configuration
@@ -42,4 +42,4 @@ endif
42#example usage: make gherkin:wanleg flip=yes 42#example usage: make gherkin:wanleg flip=yes
43ifeq ($(strip $(flip)), yes) 43ifeq ($(strip $(flip)), yes)
44 OPT_DEFS += -DFLIP 44 OPT_DEFS += -DFLIP
45endif \ No newline at end of file 45endif