Add payload_aes_busy to project

This commit is contained in:
2020-01-07 11:14:54 -05:00
parent 5e1ae86293
commit 3945238173
3 changed files with 55 additions and 49 deletions

View File

@@ -27,14 +27,18 @@ struct payload *get_payload(PAYLOAD_T p)
switch(p)
{
case PAYLOAD_SYNC:
path = PAYLOAD_SYNC_BIN;
break;
case PAYLOAD_AES:
path = PAYLOAD_AES_BIN;
break;
case PAYLOAD_AES_BUSY:
path = PAYLOAD_AES_BUSY_BIN;
break;
case PAYLOAD_SYNC:
path = PAYLOAD_SYNC_BIN;
break;
case PAYLOAD_SYSREG:
path = PAYLOAD_SYSREG_BIN;
break;