ソースを参照

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

Victor Oliveira 4年前
コミット
0e3d86579b
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更4行の追加0行の削除
  1. 4
    0
      Marlin/src/lcd/extui/lib/mks_ui/draw_set.cpp

+ 4
- 0
Marlin/src/lcd/extui/lib/mks_ui/draw_set.cpp ファイルの表示

@@ -37,6 +37,10 @@
37 37
 #include "../../../../gcode/queue.h"
38 38
 #include "../../../../inc/MarlinConfig.h"
39 39
 
40
+#if HAS_SUICIDE
41
+  #include "../../../../MarlinCore.h"
42
+#endif
43
+
40 44
 static lv_obj_t *scr;
41 45
 extern lv_group_t*  g;
42 46
 

読み込み中…
キャンセル
保存