This commit is contained in:
e2002
2022-07-07 12:52:47 +03:00
parent 1a857cb6fd
commit 36c24ecdb5
12 changed files with 24 additions and 10 deletions

View File

@@ -270,4 +270,8 @@ static const unsigned char font[] PROGMEM = {
0x7C, 0x10, 0x38, 0x44, 0x38,
0x48, 0x34, 0x14, 0x14, 0x7C
};
static inline void avoid_unused_const_variable_compiler_warning(void) {
(void)font;
}
#endif // FONT5X7_H