Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / arch / generic / arch.c
index ac0f0648fb9cc6ec7c188eeb0abcb5c52f0adc57..3e62e7b996f4b637843adaf014eb451ddd57ef4b 100644 (file)
@@ -1,8 +1,8 @@
-#include <lunaix/spike.h>
 #include <hal/hwtimer.h>
 #include <hal/hwtimer.h>
+#include <lunaix/spike.h>
 
 
-struct hwtimer*
+_default struct hwtimer*
 select_platform_timer()
 {
 select_platform_timer()
 {
-    fail("unimplemented");
+    fail("not implemented");
 }
\ No newline at end of file
 }
\ No newline at end of file