mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-08 19:30:39 +00:00
Removed extraneous header from font.c
This commit is contained in:
parent
101c68b4c9
commit
ef1cd6d4df
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
#include "wgt.h"
|
||||
|
||||
unsigned char vgafont[224][8] = {
|
||||
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // U+0000 (nul)
|
||||
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // U+0001
|
||||
|
|
Loading…
Reference in a new issue