modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
720 stars 128 forks source link

Fix float casting #1128

Closed victorandrehc closed 5 months ago

victorandrehc commented 5 months ago

Correctly casts to float before calling std::round in delay function

salkinium commented 5 months ago

Did you close this intentionally?