InfiniTimeOrg / InfiniTime

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

Fix calculation of number of app screens #1920

Closed mark9064 closed 6 months ago

mark9064 commented 7 months ago

Was testing an extra app (so 12 in total) and noticed the extra screen added Also removed the old comment

There might be a nicer C++ way to do this than this macro I spotted lying around, but I can't find one

github-actions[bot] commented 7 months ago
Build size and comparison to main: Section Size Difference
text 377616B 0B
data 940B 0B
bss 63492B 0B
JF002 commented 6 months ago

@mark9064 Good catch, thanks!