mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 07:32:45 +01:00
6 lines
196 B
Makefile
6 lines
196 B
Makefile
|
# For numeric values, Elk uses float string formatting...
|
||
|
USEMODULE += printf_float
|
||
|
|
||
|
# Blacklist AVR8 since printing float is not well supported on these platforms
|
||
|
FEATURES_BLACKLIST += arch_avr8
|