Merge pull request #704 from Fabien-Chouteau/patch-1

lv_hal_tick: Fix typo
This commit is contained in:
Themba D
2019-01-04 08:26:31 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'
*/
+1 -1
View File
@@ -49,7 +49,7 @@ LV_ATTRIBUTE_TICK_INC void lv_tick_inc(uint32_t tick_period);
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'
*/