kernel: fix typo in kconfig name
CONFIG_MULTITHREDING -> CONFIG_MULTITHREADING Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
48d8f6f5aa
commit
c0ea505b2c
@ -403,7 +403,7 @@ static void switch_to_main_thread(void)
|
||||
(void)_Swap(irq_lock());
|
||||
#endif
|
||||
}
|
||||
#endif /* CONFIG_MULTITHREDING */
|
||||
#endif /* CONFIG_MULTITHREADING */
|
||||
|
||||
u32_t z_early_boot_rand32_get(void)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user