From 455d6b3571c8cd78d4a56986f09467f9ee056ec9 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Wed, 11 Oct 2023 02:50:13 -0400 Subject: [PATCH] Fix changed structure name --- include/ef_lamp_light.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ef_lamp_light.h b/include/ef_lamp_light.h index 680f496f..51e63e13 100644 --- a/include/ef_lamp_light.h +++ b/include/ef_lamp_light.h @@ -14,7 +14,7 @@ typedef struct ef_lamp_light_s{ ACTOR actor_class; int switch_type; Lights lights; - LightNode* node_p; + Light_list* node_p; }LAMPLIGHT_ACTOR; #ifdef __cplusplus