]> wirehaze git hosting - stm32f411ceu6.git/blobdiff - sys/core/kentry.c

wirehaze git hosting

restructure
[stm32f411ceu6.git] / sys / core / kentry.c
similarity index 95%
rename from kentry.c
rename to sys/core/kentry.c
index e9eab94499ba19eb28e5deda41f4826b78d1cf5d..7fcc4b8a1abb06ffc330ad7859a8eadf845ec73a 100644 (file)
--- a/kentry.c
@@ -1,5 +1,5 @@
-#include "uart.h"
-#include "led.h"
+#include <uart.h>
+#include <led.h>
 
 __attribute__ ((noreturn)) void kentry (void);
 
 
 __attribute__ ((noreturn)) void kentry (void);