summaryrefslogtreecommitdiff
path: root/src/components/ble/AlertNotificationService.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-10-27 21:57:48 +0100
committerGitHub <noreply@github.com>2020-10-27 21:57:48 +0100
commitcb9e8815d8bc6ce71fd8e97f3e3dae402658ce1f (patch)
tree1750edfed02f547102e468eca485caab3b08e98d /src/components/ble/AlertNotificationService.h
parentc5bf09d21b2ed8e2435ec625e351594f58713924 (diff)
parent7de43a16608e599369867cb3cfa7d5776a5b6380 (diff)
Merge pull request #108 from JF002/notification-ui
Improved notification UI
Diffstat (limited to 'src/components/ble/AlertNotificationService.h')
-rw-r--r--src/components/ble/AlertNotificationService.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/AlertNotificationService.h b/src/components/ble/AlertNotificationService.h
index 53cb44cc..1b8c4989 100644
--- a/src/components/ble/AlertNotificationService.h
+++ b/src/components/ble/AlertNotificationService.h
@@ -32,8 +32,8 @@ namespace Pinetime {
struct ble_gatt_chr_def characteristicDefinition[2];
struct ble_gatt_svc_def serviceDefinition[2];
- Pinetime::System::SystemTask &m_systemTask;
- NotificationManager &m_notificationManager;
+ Pinetime::System::SystemTask &systemTask;
+ NotificationManager &notificationManager;
};
}
}