File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
lang_support/official/riot_and_cpp
networking/misc/spectrum-scanner Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ DEVELHELP ?= 1
2727# Change this to 0 show compiler invocation lines by default:
2828QUIET ?= 1
2929
30+ USEMODULE += printf_float
31+
3032# Features required
3133FEATURES_REQUIRED += cpp # basic C++ support
3234FEATURES_REQUIRED += libstdcpp # libstdc++ support (for #include <cstdio>)
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ BOARD ?= samr21-xpro
77# This has to be the absolute path to the RIOT base directory:
88RIOTBASE ?= $(CURDIR ) /../../../..
99
10+ # Needed for print_float()
11+ FEATURES_REQUIRED += float_math
12+
1013# Define modules that are used
1114USEMODULE += gnrc
1215USEMODULE += netdev_default
You can’t perform that action at this time.
0 commit comments