mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
kernel: fix typo in kconfig name
CONFIG_MULTITHREDING -> CONFIG_MULTITHREADING Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user