mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-01-26 19:01:33 +01:00
The static_cast syntax requires brackets around the input variable. The implementation worked because the used input are defines, which add the missing brackets like the following: ```cpp #define GPIO_PIN_CNF_SENSE_Low (3UL) ```