A few cosmetic fixes from the last commit
This commit is contained in:
parent
55ba5f8f5d
commit
f6c102d4c0
@ -168,7 +168,7 @@ struct pthread_attr_s
|
||||
{
|
||||
uint8_t priority; /* Priority of the pthread */
|
||||
uint8_t policy; /* Pthread scheduler policy */
|
||||
uint8_t inheritsched; /* Inherit parent prio/policy? */
|
||||
uint8_t inheritsched; /* Inherit parent priority/policy? */
|
||||
|
||||
#ifdef CONFIG_SCHED_SPORADIC
|
||||
uint8_t low_priority; /* Low scheduling priority */
|
||||
|
@ -106,7 +106,6 @@ struct posix_spawnattr_s
|
||||
struct timespec repl_period; /* Replenishment period */
|
||||
struct timespec budget; /* Initial budget */
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
typedef struct posix_spawnattr_s posix_spawnattr_t;
|
||||
|
Loading…
Reference in New Issue
Block a user