Missing header to use suicide() on LVGL UI (#20214)

2.0.x
Victor Oliveira 4 years ago committed by Scott Lahteine
parent 35d3e74267
commit 7ad127668d

@ -37,6 +37,10 @@
#include "../../../../gcode/queue.h"
#include "../../../../inc/MarlinConfig.h"
#if HAS_SUICIDE
#include "../../../../MarlinCore.h"
#endif
static lv_obj_t *scr;
extern lv_group_t* g;

Loading…
Cancel
Save