InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.65k stars 912 forks source link

watchdog: Replace WatchdogView with const Watchdog #1636

Closed Riksu9000 closed 1 year ago

Riksu9000 commented 1 year ago

Works the same way.

github-actions[bot] commented 1 year ago
Build size and comparison to develop: Section Size Difference
text 415064B -16B
data 940B 0B
bss 53560B 0B
JF002 commented 1 year ago

good use of const keyword. Less code duplication. LGTM

I agree! It's pretty funny to see @Riksu9000 fixing all my design errors! :D