mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-23 14:35:28 -07:00
Clean up line endings, switch everything to LF instead of CRLF
Doing this for bootrom and armsrc for now. If you're using Windows, please configure your editor for LF line endings.
This commit is contained in:
parent
72c4af087f
commit
15c4dc5ace
18 changed files with 7685 additions and 7685 deletions
|
@ -1,6 +1,6 @@
|
|||
#ifndef __FONTS_H
|
||||
#define __FONTS_H
|
||||
extern const char FONT6x8[97][8];
|
||||
extern const char FONT8x8F[97][8];
|
||||
extern const char FONT8x16[97][16];
|
||||
#endif
|
||||
#ifndef __FONTS_H
|
||||
#define __FONTS_H
|
||||
extern const char FONT6x8[97][8];
|
||||
extern const char FONT8x8F[97][8];
|
||||
extern const char FONT8x16[97][16];
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue