Normalise include statements in keyboard code (#11185)
This commit is contained in:
parent
37fb14f1b5
commit
9366ed7282
81 changed files with 108 additions and 291 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <stdlib.h>
|
||||
#include "util/font5x7.h"
|
||||
#include "util/font8x16.h"
|
||||
#include "string.h"
|
||||
#include <string.h>
|
||||
|
||||
#define TOTALFONTS 2
|
||||
const unsigned char* fonts_pointer[] = {font5x7, font8x16};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue