Project

General

Profile

Revision 1686

wireless: updated xbee interrupt debug info

View differences:

xbee.c
531 531
    WL_DEBUG_PRINT_P("|ptr=");
532 532
    WL_DEBUG_PRINT_HEX(ptr);
533 533
    WL_DEBUG_PRINT_P("|buffer=");
534
    xbee_basic_buf[ptr] = '\0';
535
    WL_DEBUG_PRINT(xbee_basic_buf);
536
    WL_DEBUG_PRINT_P("\r\n");
534
    for(uint8_t i=0;i<ptr;i++)
535
      WL_DEBUG_PRINT_HEX(xbee_basic_buf[i]);
536
    WL_DEBUG_PRINT_P("|\r\n");
537 537
    break; }
538 538
    default:
539 539
      WL_DEBUG_PRINT_P("|BAD APITYPE:");

Also available in: Unified diff