mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-03-01 10:03:31 +01: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