BigW Consortium Gitlab

Commit fb59508a by Gabor Kiss-Vamosi

typo fix: lv_refr_set_round_cb()

parent c0d55112
......@@ -134,7 +134,7 @@ void lv_refr_set_monitor_cb(void (*cb)(uint32_t, uint32_t))
* Special display controllers may require special coordinate rounding
* @param cb pointer to the a function which will modify the area
*/
void lv_refr_set_round_cd(void(*cb)(lv_area_t*))
void lv_refr_set_round_cb(void(*cb)(lv_area_t*))
{
round_cb = cb;
}
......
......@@ -63,7 +63,7 @@ void lv_refr_set_monitor_cb(void (*cb)(uint32_t, uint32_t));
* Special display controllers may require special coordinate rounding
* @param cb pointer to the a function which will modify the area
*/
void lv_refr_set_round_cd(void(*cb)(lv_area_t*));
void lv_refr_set_round_cb(void(*cb)(lv_area_t*));
/**
* Get the number of areas in the buffer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment