mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|