1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Reimplement strtol/strtoul/atoi (#5400)

newlibc version is pulling in (part of) locale support

Adapted from uClibc source code
Addded support for 0b.... prefix for binary numbers
This commit is contained in:
Petr Ledvina 2018-03-12 21:24:15 +01:00 committed by Michael Keller
parent 0a2e5a5878
commit 2abcaebd81
2 changed files with 132 additions and 0 deletions

View file

@ -15,6 +15,7 @@ COMMON_SRC = \
common/printf.c \
common/streambuf.c \
common/string_light.c \
common/strtol.c \
common/time.c \
common/typeconversion.c \
config/config_eeprom.c \