print status messages with DEBUG_MACA
This commit is contained in:
parent
0058fdc824
commit
e951e350df
|
@ -542,21 +542,21 @@ void decode_status(void) {
|
|||
{
|
||||
case ABORTED:
|
||||
{
|
||||
// PRINTF("maca: aborted\n\r");
|
||||
PRINTF("maca: aborted\n\r");
|
||||
ResumeMACASync();
|
||||
break;
|
||||
|
||||
}
|
||||
case NOT_COMPLETED:
|
||||
{
|
||||
// PRINTF("maca: not completed\n\r");
|
||||
PRINTF("maca: not completed\n\r");
|
||||
ResumeMACASync();
|
||||
break;
|
||||
|
||||
}
|
||||
case CODE_TIMEOUT:
|
||||
{
|
||||
// PRINTF("maca: timeout\n\r");
|
||||
PRINTF("maca: timeout\n\r");
|
||||
ResumeMACASync();
|
||||
break;
|
||||
|
||||
|
@ -570,7 +570,7 @@ void decode_status(void) {
|
|||
}
|
||||
case EXT_TIMEOUT:
|
||||
{
|
||||
// PRINTF("maca: ext timeout\n\r");
|
||||
PRINTF("maca: ext timeout\n\r");
|
||||
ResumeMACASync();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue