mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-09 11:50:40 +00:00
Removed extraneous header include from wgt03.c
This commit is contained in:
parent
8d10ff5cc0
commit
20a02422e7
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "wgt.h"
|
||||
#include "include/mem.h"
|
||||
#include "include/mb.h"
|
||||
|
||||
// ######## REQUIRED FUNCTIONS ########
|
||||
|
@ -165,7 +164,6 @@ void timer_routine (void)
|
|||
|
||||
void wgt03()
|
||||
{
|
||||
mem_init();
|
||||
vga256 (); /* Initialize WGT system */
|
||||
|
||||
debugstr ("WGT Example #3"); debugcrlf(); debugcrlf();
|
||||
|
|
Loading…
Reference in a new issue