Add init for 3rd party control panel plugin

This commit is contained in:
Jon Escombe
2023-03-11 11:31:48 +00:00
parent 71aa2a426c
commit 07cf46a07c

View File

@@ -118,6 +118,11 @@
status_light_init();
#endif
#if PANEL_ENABLE
extern void panel_init (void);
panel_init();
#endif
// End third party plugin definitions.
#if ODOMETER_ENABLE