move RIME declaration from cpu/cc2430/Makefile.cc2430 . (or at least what I recall, did this months ago!)
This commit is contained in:
parent
6280cea706
commit
f34f720836
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
ifndef CONTIKI
|
ifndef CONTIKI
|
||||||
$(error CONTIKI not defined! You must specify where CONTIKI resides!)
|
$(error CONTIKI not defined! You must specify where CONTIKI resides!)
|
||||||
endif
|
endif
|
||||||
|
CFLAGS += -DRIME_CONF_NO_POLITE_ANNOUCEMENTS
|
||||||
RIME_CONF_NO_POLITE_ANNOUCEMENTS = 1
|
RIME_CONF_NO_POLITE_ANNOUCEMENTS = 1
|
||||||
|
|
||||||
# Define the default UART for tools and tool commands
|
# Define the default UART for tools and tool commands
|
||||||
|
|
Loading…
Reference in a new issue