mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests/posix_semaphore: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
This commit is contained in:
parent
e6a775cf16
commit
5eaf226690
@ -1,7 +1,7 @@
|
|||||||
APPLICATION = posix_semaphore
|
APPLICATION = posix_semaphore
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_RAM := msb-430 msb-430h mbed_lpc1768 redbee-econotag chronos stm32f0discovery \
|
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h mbed_lpc1768 redbee-econotag chronos stm32f0discovery \
|
||||||
pca10000 pca10005 yunjia-nrf51822 nrf6310 spark-core
|
pca10000 pca10005 yunjia-nrf51822 nrf6310 spark-core
|
||||||
|
|
||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
|
Loading…
Reference in New Issue
Block a user