move all of the references to app/console to lib/console
diff --git a/project/beagle-test/init.c b/project/beagle-test/init.c
index 725ec5c..313b398 100644
--- a/project/beagle-test/init.c
+++ b/project/beagle-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>
 #include <dev/usb.h>