Skip to content

Commit 0880b08

Browse files
committed
Fix conflict in NotificationManager
2 parents e27e51d + a7746d3 commit 0880b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ble/NotificationManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace Pinetime {
2828
using Id = uint8_t;
2929
using Idx = uint8_t;
3030

31-
std::array<char, MessageSize + 1> message;
31+
std::array<char, MessageSize + 1> message{};
3232
uint8_t size;
3333
Categories category = Categories::Unknown;
3434
Id id = 0;

0 commit comments

Comments
 (0)