Added payload for figuring out sleep function
This commit is contained in:
@@ -47,6 +47,10 @@ struct payload *get_payload(PAYLOAD_T p)
|
||||
path = PAYLOAD_SYSREG_BIN;
|
||||
break;
|
||||
|
||||
case PAYLOAD_TASK_SLEEP_TEST:
|
||||
path = PAYLOAD_TASK_SLEEP_TEST_BIN;
|
||||
break;
|
||||
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user