summaryrefslogtreecommitdiff
path: root/digital/beacon/src/codewheel.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/codewheel.c')
-rw-r--r--digital/beacon/src/codewheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/codewheel.c b/digital/beacon/src/codewheel.c
index e53fef63..235643f4 100644
--- a/digital/beacon/src/codewheel.c
+++ b/digital/beacon/src/codewheel.c
@@ -23,8 +23,8 @@
*
* }}} */
-#include <types.h>
#include <avr/interrupt.h>
+#include <types.h>
#include <math.h>
#include "debug_avr.h"
#include "codewheel.h"