mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Fix compile error
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
unsigned long last_milis = 0;
|
||||
|
||||
inline void lv_handler()
|
||||
void lv_handler()
|
||||
{
|
||||
#ifndef CYD_SCREEN_DISABLE_TOUCH_CALIBRATION
|
||||
if (digitalRead(0) == HIGH)
|
||||
|
||||
Reference in New Issue
Block a user