mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-03-26 22:09:03 +01:00
Merge https://github.com/navaro/atomthreads into navaro branch. Remove tests/ folder changes as they were based on an old Atomthreads API. Remove some binaries and other unnecessary files.
This commit is contained in:
@@ -70,6 +70,10 @@ typedef struct atom_tcb
|
||||
uint32_t stack_size; /* Size of stack allocation in bytes */
|
||||
#endif
|
||||
|
||||
#ifdef ATOM_TLS
|
||||
ATOM_TLS /* Thread Local Storage */
|
||||
#endif
|
||||
|
||||
} ATOM_TCB;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user