1
0
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:
Cenk Gündoğan 2015-08-28 18:09:45 +02:00
parent 5eaf226690
commit 2d052a4299

View File

@ -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