From c4d85bf2e4eb175bb0c0ce5649388b694a4195c6 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sat, 2 May 2020 00:20:39 +0200 Subject: [PATCH] Code clean-up --- src/hasp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hasp.h b/src/hasp.h index beda81e2..169871a9 100644 --- a/src/hasp.h +++ b/src/hasp.h @@ -99,10 +99,10 @@ void IRAM_ATTR toggle_event_handler(lv_obj_t * obj, lv_event_t event); * MACROS **********************/ -#endif /*LV_USE_DEMO*/ +#endif /*HASP_USE_APP*/ #ifdef __cplusplus } /* extern "C" */ #endif -#endif /*DEMO_H*/ +#endif /*HASP_H*/