...
|
...
|
@@ -23,8 +23,8 @@ MEMMODEL = -mmemory-model=huge -fdata-sections -ffunction-sections # -mdata-re
|
23
|
23
|
#APPCONFIG = -DDIGITAL -DMW_DIGITAL_V2 -DMW_DEBUG_UART
|
24
|
24
|
APPCONFIG = -DDIGITAL -DMW_DIGITAL_V2
|
25
|
25
|
|
26
|
|
-#BTCC256x_SCRIPT = bluetooth_init_cc2560_2.44.c
|
27
|
|
-BTCC256x_SCRIPT = bluetooth_init_cc2564_2.8.c
|
|
26
|
+BTCC256x_SCRIPT = bluetooth_init_cc2560_2.44.c
|
|
27
|
+#BTCC256x_SCRIPT = bluetooth_init_cc2564_2.8.c
|
28
|
28
|
|
29
|
29
|
# List all the source files here
|
30
|
30
|
# eg if you have a source file foo.c then list it here
|