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