From 2dbe4836d5cecdd9b222ed06b4dfd80bd928a019 Mon Sep 17 00:00:00 2001 From: openshwprojects Date: Wed, 8 Jun 2022 13:00:58 +0200 Subject: [PATCH] add missing header (NOTE: saving last power state for bl602 won't work yet) --- src/new_pins.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/new_pins.c b/src/new_pins.c index ddcba4cb1..444f05e41 100644 --- a/src/new_pins.c +++ b/src/new_pins.c @@ -11,6 +11,7 @@ #include "cmnds/cmd_public.h" #include "i2c/drv_i2c_public.h" #include "driver/drv_tuyaMCU.h" +#include "hal/hal_flashVars.h" #include "hal/hal_pins.h"