From de604fb969123eda126f13e3b2377f3cd9f17a0e Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 16 Nov 2020 17:22:08 +0100 Subject: [PATCH] Add hasp_object --- src/hasp_oobe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hasp_oobe.cpp b/src/hasp_oobe.cpp index aa9b9126..49dadf16 100644 --- a/src/hasp_oobe.cpp +++ b/src/hasp_oobe.cpp @@ -8,7 +8,7 @@ #include "lvgl.h" -#include "hasp.h" +#include "hasp_object.h" #include "hasp_gui.h" #include "hasp_wifi.h" #include "hasp_config.h"