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

@@ -14,4 +14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
void render_logo(void);

View File

@@ -15,6 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
extern const unsigned char font[] PROGMEM;
#define ROW_1 OLED_DISPLAY_WIDTH