WillyJL пре 2 година
родитељ
комит
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"},
 };