Procházet zdrojové kódy

Fix missing U8glib.h include (#14966)

Bob Kuhn před 4 roky
rodič
revize
66bfad3ced

+ 1
- 0
Marlin/src/HAL/HAL_DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.h Zobrazit soubor

@@ -23,6 +23,7 @@
23 23
 
24 24
 #include "../../../inc/MarlinConfigPre.h"
25 25
 #include "../../shared/Marduino.h"
26
+#include <U8glib.h>
26 27
 
27 28
 void u8g_SetPIOutput_DUE(u8g_t *u8g, uint8_t pin_index);
28 29
 void u8g_SetPILevel_DUE(u8g_t *u8g, uint8_t pin_index, uint8_t level);

Loading…
Zrušit
Uložit