Remove duplicate definition of `nuScCreateScheduler` from `common.h`
This commit is contained in:
parent
8c7ba403cb
commit
38563897a2
|
|
@ -326,7 +326,6 @@ extern void AddHeap(void* start, u32 length);
|
||||||
extern void __some_logging(const char* format, ...);
|
extern void __some_logging(const char* format, ...);
|
||||||
|
|
||||||
extern void nuBoot(void);
|
extern void nuBoot(void);
|
||||||
extern void nuScCreateScheduler(u8 videoMode, u8 numFields);
|
|
||||||
extern void (*nuIdleFunc)();
|
extern void (*nuIdleFunc)();
|
||||||
|
|
||||||
extern void obIdle(void*);
|
extern void obIdle(void*);
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
#include "nu/nusys.h"
|
||||||
|
|
||||||
extern u8 obStackMain[];
|
extern u8 obStackMain[];
|
||||||
|
|
||||||
void nuBoot(void) {
|
void nuBoot(void) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue