mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Don't use USE_ION
This commit is contained in:
@@ -2,19 +2,13 @@
|
||||
#include <liba.h>
|
||||
#endif
|
||||
|
||||
#if USE_ION
|
||||
#include <ion.h>
|
||||
#endif
|
||||
|
||||
#include <src/hello.h>
|
||||
|
||||
void boot() {
|
||||
#if USE_LIBA
|
||||
liba_init();
|
||||
#endif
|
||||
#if USE_ION
|
||||
ion_ini();
|
||||
#endif
|
||||
|
||||
ion_init();
|
||||
hello();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user