From 8f7c2804fdbafa73be95cf0280e3efe7cf844f72 Mon Sep 17 00:00:00 2001 From: Tectu Date: Mon, 9 Jul 2012 02:39:28 +0200 Subject: [PATCH] compiler warnings --- gui.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui.h b/gui.h index ee7a4dc7..625da8c7 100644 --- a/gui.h +++ b/gui.h @@ -4,7 +4,9 @@ #include "ch.h" #include "hal.h" #include "glcd.h" +#include "chprintf.h" #include "touchpad.h" +#include struct guiNode_t { uint8_t type;