aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask/Messages.h
Commit message (Collapse)AuthorAgeFilesLines
* Created basic alarm appMark Russell2021-09-101-1/+3
|
* Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-0/+26
variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.