Commit acae3363 authored by Henrique Silva's avatar Henrique Silva

Increase Payload task priority to avoid startation

parent 57882881
......@@ -30,12 +30,12 @@
#define tskFPGA_COMM_PRIORITY (tskIDLE_PRIORITY+1)
#define tskWATCHDOG_PRIORITY (tskIDLE_PRIORITY+1)
#define tskPAYLOAD_PRIORITY (tskIDLE_PRIORITY+2)
#define tskSENSOR_PRIORITY (tskIDLE_PRIORITY+2)
#define tskHOTSWAP_PRIORITY (tskIDLE_PRIORITY+2)
#define tskLM75SENSOR_PRIORITY (tskIDLE_PRIORITY+2)
#define tskINA220SENSOR_PRIORITY (tskIDLE_PRIORITY+2)
#define tskSENSOR_PRIORITY (tskIDLE_PRIORITY+3)
#define tskHOTSWAP_PRIORITY (tskIDLE_PRIORITY+3)
#define tskLM75SENSOR_PRIORITY (tskIDLE_PRIORITY+3)
#define tskINA220SENSOR_PRIORITY (tskIDLE_PRIORITY+3)
#define tskPAYLOAD_PRIORITY (tskIDLE_PRIORITY+3)
#define tskIPMI_HANDLERS_PRIORITY (tskIDLE_PRIORITY+4)
#define tskIPMI_PRIORITY (tskIDLE_PRIORITY+4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment