Skip to content

Commit

Permalink
Update header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Nov 8, 2023
1 parent 34afbc4 commit cf2fe07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Libraries/MiscDrivers/Display/fonts/fonts.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
* or by accessing the character arrays directly.
*/

#ifndef FONTS_H
#define FONTS_H
#ifndef LIBRARIES_MISCDRIVERS_DISPLAY_FONTS_FONTS_H_
#define LIBRARIES_MISCDRIVERS_DISPLAY_FONTS_FONTS_H_

#ifdef FONT_LiberationSans12x12
extern const unsigned char Liberation_Sans12x12[];
Expand Down Expand Up @@ -70,4 +70,4 @@ extern const unsigned char Liberation_Sans28x28[];
*/
#define font_char_table _font_char_table

#endif
#endif // LIBRARIES_MISCDRIVERS_DISPLAY_FONTS_FONTS_H_

0 comments on commit cf2fe07

Please sign in to comment.