Use Arduino.h include wrapper (#13877)
This commit is contained in:
@ -8,9 +8,10 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <Arduino.h>
|
||||
#include "../HAL/shared/Marduino.h"
|
||||
#include "../core/macros.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h> // wchar_t
|
||||
#include <stdint.h> // uint32_t
|
||||
|
||||
|
@ -746,6 +746,7 @@ void MarlinUI::update() {
|
||||
|
||||
refresh();
|
||||
init_lcd(); // May revive the LCD if static electricity killed it
|
||||
|
||||
ms = millis();
|
||||
next_lcd_update_ms = ms + LCD_UPDATE_INTERVAL; // delay LCD update until after SD activity completes
|
||||
}
|
||||
|
Reference in New Issue
Block a user