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:
parent
56f5d3219a
commit
fe166b149f
@ -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 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user