WillyJL 2 лет назад
Родитель
Сommit
16f4acbea3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      ble_spam/protocols/continuity.c

+ 1 - 0
ble_spam/protocols/continuity.c

@@ -10,6 +10,7 @@ typedef struct {
     uint8_t value;
     const char* name;
 } ContinuityColor;
+
 static const ContinuityColor colors_white[] = {
     {0x00, "White"},
 };