summaryrefslogtreecommitdiff
path: root/digital/beacon/src
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 17:23:45 +0200
committerFlorent Duchon2012-05-16 17:43:10 +0200
commitc076c82d5952f52488561858ff0614fc627ff23e (patch)
tree416036fdb92cab3a3cbd5b00964c37a7b437da46 /digital/beacon/src
parent9ec12521300f1d09404d1a1ae2f6d5632b15bce8 (diff)
digital/beacon: fix include order
Diffstat (limited to 'digital/beacon/src')
-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"