Project

General

Profile

Revision 1703

wireless: debug info

View differences:

wireless_receive.c
103 103
  if (buf_pos == 0)
104 104
    basic_buf_first = PACKET_BUFFER_SIZE-1;
105 105
  else
106
    basic_buf_first = buf_pos;
106
    basic_buf_first = buf_pos-1;
107 107

  
108 108
  if (data_length - 3 > length)   // not enough room for data in destination
109 109
    return WL_ERROR_TOO_SMALL;

Also available in: Unified diff