Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Mar 29, 2024
1 parent 9a9134d commit db448ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CYD-Klipper/src/core/lv_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db448ae

Please sign in to comment.