Changed RGB color clamp function to avoid Zephyr RTOS name collisions. (#1201)

This commit is contained in:
Steve Karg
2026-01-12 07:29:40 -06:00
committed by GitHub
parent c5dc00a77b
commit 8aabe883e9
3 changed files with 14 additions and 10 deletions
+1
View File
@@ -66,6 +66,7 @@ The git repositories are hosted at the following sites:
### Changed
* 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)