mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
tests/pthread_barrier: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
This commit is contained in:
parent
5eaf226690
commit
2d052a4299
@ -5,8 +5,8 @@ include ../Makefile.tests_common
|
||||
BOARD_BLACKLIST := arduino-mega2560
|
||||
# arduino-mega2560: unknown type name: clockid_t
|
||||
|
||||
# exclude boards with insufficient RAM
|
||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
||||
# exclude boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery
|
||||
|
||||
# Modules to include.
|
||||
USEMODULE += pthread
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user