mirror of
https://github.com/apache/nuttx.git
synced 2026-06-12 14:13:21 +08:00
SIM: Clean up some comments
This commit is contained in:
@@ -133,11 +133,11 @@ static void *sim_cpu0_trampoline(void *arg)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Give control to os_start */
|
||||
/* Give control to os_start() */
|
||||
|
||||
os_start();
|
||||
|
||||
/* The os_start() should not return */
|
||||
/* os_start() should not return */
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user