summaryrefslogtreecommitdiff
path: root/src/components/ble/DfuService.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants1-3/+3
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.
2021-04-24Reformatted all the files according to clang-format styleAvamander1-117/+111
2020-11-16Include cleanup: componentsokaestne1-2/+2
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-0/+441