move all of the references to app/console to lib/console
diff --git a/project/osk5912-test/init.c b/project/osk5912-test/init.c
index 569427f..a3742c0 100644
--- a/project/osk5912-test/init.c
+++ b/project/osk5912-test/init.c
@@ -22,7 +22,7 @@
  */
 #include <debug.h>
 #include <arch/arm.h>
-#include <app/console.h>
+#include <lib/console.h>
 #include <app/tests.h>
 
 extern int string_tests(void);