diff --git a/configs/sam3u-ek/src/up_touchscreen.c b/configs/sam3u-ek/src/up_touchscreen.c index f8b465748e..ea2ad3d0ab 100644 --- a/configs/sam3u-ek/src/up_touchscreen.c +++ b/configs/sam3u-ek/src/up_touchscreen.c @@ -195,6 +195,7 @@ static bool tsc_busy(FAR struct ads7843e_config_s *state) last = busy; } #endif + return busy; }