X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Ftemplates%2Fkernel%2Fmain.c;h=2ccb10b1d5447d20a957ed600d40039882e260b3;hb=87feaf9cb13d9023f2c4c61b9e9ad46652f1f679;hp=1085e6adbed52b6a745ab0ea3f43743e16629cfa;hpb=02bb2b3d13447ada9613eacadd38ada1bb5b8773;p=bertos.git diff --git a/boards/stm32-p103/templates/kernel/main.c b/boards/stm32-p103/templates/kernel/main.c index 1085e6ad..2ccb10b1 100644 --- a/boards/stm32-p103/templates/kernel/main.c +++ b/boards/stm32-p103/templates/kernel/main.c @@ -39,10 +39,14 @@ * continues to monitor the stack utilization of all the processes. */ +#include "hw/hw_led.h" + #include + #include -#include + #include + #include #include