Fixing comment
This commit is contained in:
parent
add06d8cb0
commit
d54cf82d66
@ -88,7 +88,9 @@ int main(void)
|
|||||||
/* Initialize the timer */
|
/* Initialize the timer */
|
||||||
gtimerInit(>);
|
gtimerInit(>);
|
||||||
|
|
||||||
/* Create a static thread from the default heap with normal priority. No parameter passed */
|
/* Create a static thread from the default heap with normal priority.
|
||||||
|
* We pass a the parameter to the thread which tells the thread whether to return or not
|
||||||
|
*/
|
||||||
thd = gfxThreadCreate(NULL, 128, NORMAL_PRIORITY, Thread_function, (void*)&exitThread);
|
thd = gfxThreadCreate(NULL, 128, NORMAL_PRIORITY, Thread_function, (void*)&exitThread);
|
||||||
|
|
||||||
/* Start the timer. The callback function will be called once after 2000ms
|
/* Start the timer. The callback function will be called once after 2000ms
|
||||||
|
Loading…
Reference in New Issue
Block a user