summaryrefslogtreecommitdiff
path: root/src/components/alarm
AgeCommit message (Collapse)AuthorFilesLines
2021-12-09AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher1-1/+0
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-09-16Fixes per Riksu9000's feedbackMark Russell2-7/+7
2021-09-13License header fix, add missing bracesMark Russell2-3/+12
2021-09-13Fixes based on code reviews (formatting, UI code)Mark Russell2-35/+40
2021-09-10Created basic alarm appMark Russell2-0/+168