mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/driver_xbee: Update Makefile.ci
The additional warning message increases the size of the .rodata section. For the Arduino Mega2560 this is placed in RAM (and flash), as flash is not mapped into the data address space.
This commit is contained in:
parent
3a378c24a2
commit
4cfcc4ee9e
@ -1,6 +1,7 @@
|
||||
BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-duemilanove \
|
||||
arduino-leonardo \
|
||||
arduino-mega2560 \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega328p \
|
||||
|
Loading…
Reference in New Issue
Block a user