Explorar el Código

Update continuity.c

WillyJL hace 2 años
padre
commit
16f4acbea3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"},
 };