Update submodule; Improve some comments

This commit is contained in:
Gregory Nutt
2016-02-05 10:23:39 -06:00
parent 0984104a9a
commit 50cf53914c
2 changed files with 3 additions and 3 deletions
+1 -1
Submodule arch updated: e07f315ee5...e15b5dec6a
+2 -2
View File
@@ -75,7 +75,7 @@ enum os_initstate_e
OSINIT_HARDWARE = 3, /* MCU-specific hardware is initialized. Hardware
* resources such as timers and device drivers are
* now avaiable. Low-level OS services sufficient
* to support the hardware are also avaialable but
* to support the hardware are also available but
* the OS has not yet completed its full
* initialization. */
OSINIT_OSREADY = 4 /* The OS is fully initialized and multi-tasking is
@@ -96,7 +96,7 @@ extern "C"
/* This is the current initialization state. The level of initialization
* is only important early in the start-up sequence when certain OS or
* hardware resources may not yet be available to the kernel logic.
* hardware resources may not yet be available to the OS-internal logic.
*/
EXTERN uint8_t g_os_initstate; /* See enum os_initstate_e */