Change _U to _u as _U exists in ctype.h

This commit is contained in:
graham sanderson
2021-02-24 20:01:42 -06:00
committed by Graham Sanderson
parent 41c0e9f3b9
commit 8ebe036665
35 changed files with 21744 additions and 21743 deletions

View File

@ -83,7 +83,7 @@ if (NOT TARGET pico_standard_link)
#target_link_options(pico_standard_link INTERFACE "LINKER:--build-id=none")
# this line occasionally useful for debugging ... todo maybe make a PICO_ var
# target_compile_options(pico_standard_link INTERFACE --save-temps) #debugging only
# target_compile_options(pico_standard_link INTERFACE --save-temps) #debugging only
# PICO_CMAKE_CONFIG: PICO_NO_GC_SECTIONS, Disable -ffunction-sections -fdata-sections, and --gc-sections, type=bool, default=0, advanced=true, group=pico_standard_link
if (NOT PICO_NO_GC_SECTIONS)