lv_indev_registr rename to lv_indev_drv_regster

This commit is contained in:
Gabor Kiss-Vamosi
2017-11-29 16:28:20 +01:00
parent bfc735a004
commit 11c2d5dce4
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ void lv_indev_drv_init(lv_indev_drv_t *driver);
* @param driver pointer to an initialized 'lv_indev_drv_t' variable (can be local variable)
* @return pointer to the new input device or NULL on error
*/
lv_indev_t * lv_indev_register(lv_indev_drv_t *driver);
lv_indev_t * lv_indev_drv_register(lv_indev_drv_t *driver);
/**
* Get the next input device.