diff options
| author | Adam Pigg <adam@piggz.co.uk> | 2020-04-28 18:39:26 +0100 |
|---|---|---|
| committer | Adam Pigg <adam@piggz.co.uk> | 2020-04-28 18:39:26 +0100 |
| commit | 5df4c1016ae9e0ca65061c12117691301ca93766 (patch) | |
| tree | caa79b6bc52f75957071c98cc9499ab9b89c9514 /src/CMakeLists.txt | |
| parent | 423a956d8f3fdbac9db310e3223280a4624ff49e (diff) | |
Run the alert notification service and simplify trhe pinetime service
initialization
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ede2bade..e2bf9620 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -320,6 +320,7 @@ list(APPEND SOURCE_FILES Components/Ble/CurrentTimeClient.cpp Components/Ble/AlertNotificationClient.cpp Components/Ble/PinetimeService.cpp + Components/Ble/AlertNotificationService.cpp drivers/Cst816s.cpp FreeRTOS/port.c FreeRTOS/port_cmsis_systick.c |
