summaryrefslogtreecommitdiff
path: root/src/components/ble/BleClient.h
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2022-01-29 21:46:31 +0100
committerJF <JF002@users.noreply.github.com>2022-02-12 18:38:31 +0100
commit5938b4b208e5684c13716fce16c3982182fd40f7 (patch)
tree9a3c56734da75724193e2142cdca6d61d36e6181 /src/components/ble/BleClient.h
parent32fe7b660c59cda789a16f30e1371b087fdab6a0 (diff)
SystemTask: fix static cast missing brackets syntax
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) ```
Diffstat (limited to 'src/components/ble/BleClient.h')
0 files changed, 0 insertions, 0 deletions