summaryrefslogtreecommitdiff
path: root/src/SystemTask/SystemTask.cpp
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-02-26 20:49:26 +0100
committerJF <jf@codingfield.com>2020-02-26 20:49:26 +0100
commit179b14f48c2c7506d1a7832899e134cc3868a41c (patch)
tree117e1b9a52d917052810e868ea0194bc12a941d9 /src/SystemTask/SystemTask.cpp
parent0aa1803ea22b119401bcd2e4d9d5278e8386f151 (diff)
Add new Screens (gauge, meter,...)
Diffstat (limited to 'src/SystemTask/SystemTask.cpp')
-rw-r--r--src/SystemTask/SystemTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SystemTask/SystemTask.cpp b/src/SystemTask/SystemTask.cpp
index e15846da..5a3d9ca6 100644
--- a/src/SystemTask/SystemTask.cpp
+++ b/src/SystemTask/SystemTask.cpp
@@ -34,7 +34,7 @@ void SystemTask::Work() {
NRF_LOG_INFO("Last reset reason : %s", Pinetime::Drivers::Watchdog::ResetReasonToString(watchdog.ResetReason()));
APP_GPIOTE_INIT(2);
bool erase_bonds=false;
- nrf_sdh_freertos_init(ble_manager_start_advertising, &erase_bonds);
+// nrf_sdh_freertos_init(ble_manager_start_advertising, &erase_bonds);
spi.Init();
lcd.Init();