1
0
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:
Kaspar Schleiser 2010-11-04 17:06:03 +01:00
parent 2bf64ea4d0
commit ba03f610c4

View File

@ -34,7 +34,7 @@
typedef struct tcb {
char* sp;
uint8_t status;
uint16_t status;
uint16_t pid;
uint16_t priority;