lv_hal_tick: Fix typo
This commit is contained in:
committed by
Fabien Chouteau
parent
20464832da
commit
d109f409fb
@@ -75,7 +75,7 @@ uint32_t lv_tick_get(void)
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the elapsed milliseconds science a previous time stamp
|
||||
* Get the elapsed milliseconds since a previous time stamp
|
||||
* @param prev_tick a previous time stamp (return value of systick_get() )
|
||||
* @return the elapsed milliseconds since 'prev_tick'
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user