lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
306 stars 314 forks source link

fix(evdev): small warning about dangling else #200

Closed markand closed 2 years ago

markand commented 2 years ago
warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 151 else if(in.code == ABS_MT_TRACKING_ID)
kisvegabor commented 2 years ago

Looks reasonable, thank you!