aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/NotificationManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/NotificationManager.h')
-rw-r--r--src/components/ble/NotificationManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/NotificationManager.h b/src/components/ble/NotificationManager.h
index 189a7e13..57a9c715 100644
--- a/src/components/ble/NotificationManager.h
+++ b/src/components/ble/NotificationManager.h
@@ -28,7 +28,7 @@ namespace Pinetime {
using Id = uint8_t;
using Idx = uint8_t;
- std::array<char, MessageSize + 1> message;
+ std::array<char, MessageSize + 1> message{};
uint8_t size;
Categories category = Categories::Unknown;
Id id = 0;