OSDN Git Service

(none)
authorryuz <ryuz>
Tue, 22 May 2007 15:17:20 +0000 (15:17 +0000)
committerryuz <ryuz>
Tue, 22 May 2007 15:17:20 +0000 (15:17 +0000)
aplfw/sample/arm/ez_arm7/sample.c

index 64c250a..e4eba27 100755 (executable)
 #include "system/shell/shell.h"
 #include "driver/serial/pc16550/pc16550drv.h"
 #include "driver/console/vt100/vt100drv.h"
-#include "apl/hello/hello.h"
-#include "apl/util/memdump/memdump.h"
-#include "apl/util/memwrite/memwrite.h"
-#include "apl/util/memtest/memtest.h"
-#include "apl/util/keytest/keytest.h"
+#include "application/example/hello/hello.h"
+#include "application/utility/memdump/memdump.h"
+#include "application/utility/memwrite/memwrite.h"
+#include "application/utility/memtest/memtest.h"
+#include "application/utility/keytest/keytest.h"
 
 
 long         g_SystemHeap[64 * 1024 / sizeof(long)];