mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* fix status size
This commit is contained in:
parent
2bf64ea4d0
commit
ba03f610c4
@ -34,7 +34,7 @@
|
||||
|
||||
typedef struct tcb {
|
||||
char* sp;
|
||||
uint8_t status;
|
||||
uint16_t status;
|
||||
|
||||
uint16_t pid;
|
||||
uint16_t priority;
|
||||
|
Loading…
Reference in New Issue
Block a user