Don't use USE_ION

This commit is contained in:
Romain Goyet
2015-09-01 10:16:34 +02:00
parent fbe2f808b2
commit 714b700077

View File

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