esp32h2beta2:rename __rom_printf_float/__rom_scanf_float

This commit is contained in:
wuzhenghui 2022-03-16 19:44:23 +08:00 committed by laokaiyao
parent ce9cb3a7a4
commit 218e2c873d

View File

@ -39,8 +39,8 @@ vprintf = 0x400006c8;
viprintf = 0x400006cc;
vsnprintf = 0x400006d0;
vsniprintf = 0x400006d4;
__rom_printf_float = 0x400006d8;
__rom_scanf_float = 0x400006dc;
_printf_float = 0x400006d8;
_scanf_float = 0x400006dc;
_scanf_i = 0x400006e0;
_scanf_chars = 0x400006e4;
sscanf = 0x400006e8;