Enhance C89 compatibility by replacing strtof and strtold with strtod in conversion functions (#1207)

This commit is contained in:
Steve Karg
2026-01-21 12:12:06 -06:00
committed by GitHub
parent 1dead40afa
commit 81c42566a7
2 changed files with 19 additions and 15 deletions
+4 -1
View File
@@ -77,7 +77,10 @@ The git repositories are hosted at the following sites:
### Changed
* Changed RGB color clamp function to avoid Zephyr RTOS name collisions.(#1201)
* Changed bacnet_strtof and bacnet_strtold functions to use strtod to
improve compatibility with C89 standards while ensuring proper type
casting and range checking. (#1207)
* Changed RGB color clamp function to avoid Zephyr RTOS name collisions. (#1201)
* Changed the load control object AbleToMeetShed to only check for immediate
shed ability and added CanNowComplyWithShed function to attempt to meet the
shed request while in the non-compliant state. (#1191)