mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fixes several more sporadic scheduler bugs
This commit is contained in:
@@ -267,6 +267,7 @@ struct replenishment_s
|
||||
|
||||
struct sporadic_s
|
||||
{
|
||||
bool suspended; /* Thread is currently suspended */
|
||||
uint8_t hi_priority; /* Sporadic high priority */
|
||||
uint8_t low_priority; /* Sporadic low priority */
|
||||
uint8_t max_repl; /* Maximum number of replenishments */
|
||||
|
||||
Reference in New Issue
Block a user