We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a224c8f commit 2a13f07Copy full SHA for 2a13f07
tests/pkg_fff/Makefile
@@ -2,4 +2,8 @@ include ../Makefile.tests_common
2
USEPKG += fff
3
# If periph_i2c is pulled in the real implementation conflicts with the mock
4
FEATURES_BLACKLIST += periph_i2c
5
+
6
+# only two threads used
7
+CFLAGS += -DMAXTHREADS=2
8
9
include $(RIOTBASE)/Makefile.include
0 commit comments