aboutsummaryrefslogtreecommitdiff
path: root/kernel/ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ctrl.c')
-rw-r--r--kernel/ctrl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/ctrl.c b/kernel/ctrl.c
index 46b4b7a..8722448 100644
--- a/kernel/ctrl.c
+++ b/kernel/ctrl.c
@@ -15,9 +15,11 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <stdint.h>
#include <avr/io.h>
+
+#include <stdint.h>
#include <stdio.h>
+
#include "kernel.h"
#include "tasks.h"