Project

General

Profile

Revision 743

Fixed compilation errors.

View differences:

test.c
19 19
	printf("Packet groups initialized.\n");
20 20

  
21 21
	if (c == 'g') { //command robot to requet charge
22
		wl_send_robot_to_robot_global_packet(3, 9, NULL, 0, robot, 0);
22
    	wl_send_robot_to_robot_global_packet(3, 9, NULL, 0, robot, 0);
23 23
	}
24 24
	if (c == 'd') { // command robot to depart station
25
		wl_send_robot_to_robot_global_packet(3, 10, NULL, 0, robot, 0);
25
        wl_send_robot_to_robot_global_packet(3, 10, NULL, 0, robot, 0);
26 26
	}
27 27
	wl_terminate();
28 28
	

Also available in: Unified diff