diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-01-29 20:46:31 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-02-12 17:38:31 (GMT) |
| commit | 5938b4b208e5684c13716fce16c3982182fd40f7 (patch) | |
| tree | 9a3c56734da75724193e2142cdca6d61d36e6181 /src/displayapp/screens/Tile.cpp | |
| parent | 32fe7b660c59cda789a16f30e1371b087fdab6a0 (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/displayapp/screens/Tile.cpp')
0 files changed, 0 insertions, 0 deletions
