From 5ba756363873c8cb0e8222adb5b3ebe96b949f9c Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Tue, 3 Nov 2020 21:47:10 +0100 Subject: [PATCH] Added missin include to ui.c --- openrtx/src/ui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openrtx/src/ui.c b/openrtx/src/ui.c index a593623e..64f1e5e5 100644 --- a/openrtx/src/ui.c +++ b/openrtx/src/ui.c @@ -67,6 +67,7 @@ #include "graphics.h" #include "rtc.h" #include "platform.h" +#include "hwconfig.h" typedef struct layout_t {