Skip to content

Commit

Permalink
Missing header to use suicide() on LVGL UI (MarlinFirmware#20214)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored and W4tel-BiDi committed Apr 5, 2021
1 parent 7af1def commit ea15cdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/lcd/extui/lib/mks_ui/draw_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ea15cdd

Please sign in to comment.