aboutsummaryrefslogtreecommitdiff
path: root/kernel/lcd3.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lcd3.c')
-rw-r--r--kernel/lcd3.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/lcd3.c b/kernel/lcd3.c
index 3b4e459..96e5f7c 100644
--- a/kernel/lcd3.c
+++ b/kernel/lcd3.c
@@ -15,11 +15,13 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <stdint.h>
-#include <stdio.h>
#include <avr/io.h>
#include <avr/cpufunc.h>
#include <util/delay.h>
+
+#include <stdint.h>
+#include <stdio.h>
+
#include "kernel.h"
#include "tasks.h"