X-Git-Url: https://git.wirehaze.ovh/stm32f411ceu6.git/blobdiff_plain/4bfee77ecbb19ef2143a1cd486cfa92bd3aceef4:/kentry.c..cef403c131fbb65f09837b0501b7e558e1462765:/sys/core/kentry.c?ds=sidebyside diff --git a/kentry.c b/sys/core/kentry.c similarity index 95% rename from kentry.c rename to sys/core/kentry.c index e9eab94..7fcc4b8 100644 --- a/kentry.c +++ b/sys/core/kentry.c @@ -1,5 +1,5 @@ -#include "uart.h" -#include "led.h" +#include +#include __attribute__ ((noreturn)) void kentry (void);