Fix some more missing #pragma onces (#20241)

This commit is contained in:
Ryan
2023-03-24 04:21:37 +11:00
committed by GitHub
parent fa4dfb542f
commit 1e07ff1fb1
25 changed files with 50 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
#define COLOR_BLANK 0, 0, 0
#define COLOR_BLACK 0, 0, 0

View File

@@ -1,3 +1,5 @@
#pragma once
void rgbsps_set(uint8_t index, uint8_t r, uint8_t g, uint8_t b);
void rgbsps_setall(uint8_t r, uint8_t g, uint8_t b);
void rgbsps_turnoff(void);