mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +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…
x
Reference in New Issue
Block a user