Skip to content

Commit 2a13f07

Browse files
committed
tests/pkg_fff: reduce MAXTHREADS
1 parent a224c8f commit 2a13f07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pkg_fff/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ include ../Makefile.tests_common
22
USEPKG += fff
33
# If periph_i2c is pulled in the real implementation conflicts with the mock
44
FEATURES_BLACKLIST += periph_i2c
5+
6+
# only two threads used
7+
CFLAGS += -DMAXTHREADS=2
8+
59
include $(RIOTBASE)/Makefile.include

0 commit comments

Comments
 (0)