瀏覽代碼

Update continuity.c

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"},
 };