1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

Reduced ieee754 parser size (#4154)

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
Anna Antonenko
2025-03-31 08:24:27 +04:00
committed by GitHub
parent 54adc38b3a
commit 79bb24406e
8 changed files with 74 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ libs = env.BuildModules(
"ble_profile",
"bit_lib",
"datetime",
"ieee754_parse_wrap",
],
)