Added payload for figuring out sleep function

This commit is contained in:
2020-01-11 17:14:10 -05:00
parent ad9ce8f850
commit 477d7079c8
7 changed files with 37 additions and 22 deletions

View File

@@ -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;
}