Removed extraneous header include from wgt03.c

This commit is contained in:
Adam Greenwood-Byrne 2021-03-10 22:43:24 +00:00
parent 8d10ff5cc0
commit 20a02422e7

View file

@ -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();