mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/thread_msg: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
This commit is contained in:
parent
2bfd214a92
commit
c6c6c41219
@ -1,7 +1,7 @@
|
|||||||
APPLICATION = thread_msg
|
APPLICATION = thread_msg
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user