Spelling, docs fixing, and cosmetic code fixing (#1944)

* Spelling and docs fixes

* Fix #endif comments

* Fix function declarations (fix param names and remove duplicate)
This commit is contained in:
nazar01
2020-12-02 13:25:15 +03:00
committed by GitHub
parent 2aad9aaebd
commit 568c2ee688
39 changed files with 110 additions and 111 deletions

View File

@@ -150,9 +150,9 @@ bool _lv_indev_read(lv_indev_t * indev, lv_indev_data_t * data)
}
if(indev->driver.read_cb) {
LV_LOG_TRACE("idnev read started");
LV_LOG_TRACE("indev read started");
cont = indev->driver.read_cb(&indev->driver, data);
LV_LOG_TRACE("idnev read finished");
LV_LOG_TRACE("indev read finished");
}
else {
LV_LOG_WARN("indev function registered");