Project

General

Profile

Revision 1623

update to test cases in trunk

View differences:

xbee.c
887 887
		WL_DEBUG_PRINT(".\r\n");
888 888
		return;
889 889
	}
890
  
891
  if (command[0] == 'N' && command[1] == 'D')
892
	{
893
		xbee_channel = xbee_pending_channel;
894
		WL_DEBUG_PRINT("extra=");
895
    WL_DEBUG_PRINT(extra);
896
		WL_DEBUG_PRINT("\r\n");
897
		return;
898
	}
890 899

  
891 900
	if (command[0] == 'M' && command[1] == 'Y' && extraLen != 0)
892 901
	{

Also available in: Unified diff