Update be_modtab.c, #ifdef nesting for USE_BERRY_ANIMATION (#23905)

Adjustment of #ifdef nesting, as confirmed by @s-hadinger 
https://discord.com/channels/479389167382691863/826169659811168276/1416406702613598228
This commit is contained in:
sfromis 2025-09-13 20:44:01 +02:00 committed by GitHub
parent 56f5d3219a
commit fe166b149f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,8 @@ be_extern_native_module(haspmota);
#endif // USE_LVGL_HASPMOTA
#endif // USE_LVGL
#ifdef USE_MATTER_DEVICE
be_extern_native_module(matter);
#endif // USE_MATTER_DEVICE
#ifdef USE_WS2812
#ifdef USE_BERRY_ANIMATION
be_extern_native_module(animation);
@ -91,8 +93,6 @@ be_extern_native_module(animation_dsl);
#endif // USE_BERRY_ANIMATION_DSL
#endif // USE_BERRY_ANIMATION
#endif // USE_WS2812
be_extern_native_module(matter);
#endif // USE_MATTER_DEVICE
/* user-defined modules declare start */