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