1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/pkg_fff/Makefile

10 lines
245 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
USEPKG += fff
# If periph_i2c is pulled in the real implementation conflicts with the mock
FEATURES_BLACKLIST += periph_i2c
2022-03-28 14:54:59 +02:00
# only two threads used
CFLAGS += -DMAXTHREADS=2
include $(RIOTBASE)/Makefile.include