Remove duplicate definition of `nuScCreateScheduler` from `common.h`

This commit is contained in:
gijs 2023-10-20 17:16:43 +02:00
parent 8c7ba403cb
commit 38563897a2
2 changed files with 2 additions and 1 deletions

View File

@ -326,7 +326,6 @@ extern void AddHeap(void* start, u32 length);
extern void __some_logging(const char* format, ...);
extern void nuBoot(void);
extern void nuScCreateScheduler(u8 videoMode, u8 numFields);
extern void (*nuIdleFunc)();
extern void obIdle(void*);

View File

@ -1,5 +1,7 @@
#include "common.h"
#include "nu/nusys.h"
extern u8 obStackMain[];
void nuBoot(void) {