Project

General

Profile

Revision 176

test commit

View differences:

trunk/code/projects/colonet/ColonetServer/Command.cpp
280 280
    return -1;
281 281
  }
282 282

  
283
  snprintf(xbee_id_buffer, MAX_RESPONSE_LEN, "%d %d %d", RESPONSE_TO_CLIENT_REQUEST, REQUEST_XBEE_IDS, number_robots);
283
  snprintf(xbee_id_buffer, MAX_RESPONSE_LEN, "%d %d %d",
284
           RESPONSE_TO_CLIENT_REQUEST, REQUEST_XBEE_IDS, number_robots);
284 285

  
285 286
  printf("number of robots is %d\n", number_robots);
286 287

  

Also available in: Unified diff