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:
parent
0a2e5a5878
commit
2abcaebd81
2 changed files with 132 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue