aboutsummaryrefslogtreecommitdiff
path: root/kernel/dmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/dmx.c')
-rw-r--r--kernel/dmx.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/kernel/dmx.c b/kernel/dmx.c
index 6ee28c0..5864a32 100644
--- a/kernel/dmx.c
+++ b/kernel/dmx.c
@@ -15,12 +15,14 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <stdint.h>
-#include <stdio.h>
-#include <string.h>
#include <avr/io.h>
#include <avr/sleep.h>
#include <avr/cpufunc.h>
+
+#include <stdint.h>
+#include <stdio.h>
+#include <string.h>
+
#include "kernel.h"
#include "tasks.h"