mirror of
https://github.com/grblHAL/core.git
synced 2026-02-05 16:50:16 +08:00
Add init for 3rd party control panel plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user