mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-03-15 19:31:44 +00:00
Remove MCCI LMIC comments from 8-bit boards
This commit is contained in:
parent
c1956dbdfb
commit
1361c0b820
1 changed files with 0 additions and 4 deletions
|
@ -351,11 +351,9 @@ monitor_speed = ${common.monitor_speed}
|
|||
lib_deps =
|
||||
${common.lib_deps}
|
||||
${classic_lmic.lib_deps} ; [Deprecated] IBM LMIC Framework
|
||||
; ${mcci_lmic.lib_deps} ; MCCI LoRaWAN LMIC (uses more memory)
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
${classic_lmic.build_flags} ; [Deprecated] IBM LMIC Framework
|
||||
; ${mcci_lmic.build_flags} ; MCCI LoRaWAN LMIC (uses more memory)
|
||||
-D BSFILE=\"boards/lora32u4II.h\"
|
||||
-D MONITOR_SPEED=${common.monitor_speed}
|
||||
-D USE_SERIAL
|
||||
|
@ -696,11 +694,9 @@ monitor_speed = ${common.monitor_speed}
|
|||
lib_deps =
|
||||
${common.lib_deps}
|
||||
${classic_lmic.lib_deps} ; [Deprecated] IBM LMIC Framework
|
||||
; ${mcci_lmic.lib_deps} ; MCCI LoRaWAN LMIC (uses more memory)
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
${classic_lmic.build_flags} ; [Deprecated] IBM LMIC Framework
|
||||
; ${mcci_lmic.build_flags} ; MCCI LoRaWAN LMIC (uses more memory)
|
||||
-D BSFILE=\"boards/pro8mhzatmega328.h\"
|
||||
-D MONITOR_SPEED=${common.monitor_speed}
|
||||
-D USE_SERIAL
|
||||
|
|
Loading…
Add table
Reference in a new issue