File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RTM_EXPORT(rt_tick_get);
4646
4747/**
4848 * @brief This function will set current tick
49- *
49+ *
5050 * @param tick is the value that you will set.
5151 */
5252void rt_tick_set (rt_tick_t tick )
@@ -129,11 +129,11 @@ RTM_EXPORT(rt_tick_from_millisecond);
129129
130130/**
131131 * @brief This function will return the passed millisecond from boot.
132- *
132+ *
133133 * @note When the value of RT_TICK_PER_SECOND is lower than 1000 or
134134 * is not an integral multiple of 1000, this function will not
135135 * provide the correct 1ms-based tick.
136- *
136+ *
137137 * @return Return passed millisecond from boot
138138 */
139139RT_WEAK rt_tick_t rt_tick_get_millisecond (void )
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ void main_thread_entry(void *parameter)
199199
200200/**
201201 * @brief This function will create and start the main thread, but this thread
202- * will not run until the scheduler starts.
202+ * will not run until the scheduler starts.
203203 */
204204void rt_application_init (void )
205205{
You can’t perform that action at this time.
0 commit comments