1、修改最小stack和入口函数名称
This commit is contained in:
@@ -141,7 +141,7 @@ VOID _tx_initialize_kernel_enter(VOID)
|
||||
|
||||
/* Call the application provided initialization function. Pass the
|
||||
first available memory address to it. */
|
||||
tx_application_define(_tx_initialize_unused_memory);
|
||||
ThreadXTaskInit(_tx_initialize_unused_memory);
|
||||
|
||||
/* Set the system state in preparation for entering the thread
|
||||
scheduler. */
|
||||
|
||||
Reference in New Issue
Block a user