mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:04:17 +08:00
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
This commit is contained in:
@@ -84,7 +84,7 @@ void up_initialize(void)
|
||||
extern void vdev_init(void);
|
||||
extern void nuttx_arch_init(void);
|
||||
|
||||
// intialize the current_task to g_idletcb
|
||||
// initialize the current_task to g_idletcb
|
||||
current_task = g_pidhash[PIDHASH(0)].tcb;
|
||||
|
||||
// OS memory alloc system is ready
|
||||
|
||||
Reference in New Issue
Block a user