소스 검색

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