mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-04-16 16:59:04 +02:00
ARM: Don't need C wrappers for context switch routines.
This commit is contained in:
@@ -44,8 +44,10 @@ struct atom_tcb;
|
||||
|
||||
typedef struct atom_tcb
|
||||
{
|
||||
/* Thread's current stack pointer. When a thread is scheduled
|
||||
* out the architecture port can save*/
|
||||
/*
|
||||
* Thread's current stack pointer. When a thread is scheduled
|
||||
* out the architecture port can save its stack pointer here.
|
||||
*/
|
||||
POINTER sp_save_ptr;
|
||||
|
||||
/* Thread priority (0-255) */
|
||||
|
||||
Reference in New Issue
Block a user