Project

General

Profile

Revision 1964

Removed the 'x bytes:' from each line for easier parsing by the mapping programs.

View differences:

main.c
19 19
    if(length > 0){
20 20
      usb_puts("\r\n");
21 21
      orb1_set_color(BLUE);
22
      usb_puti(length);
23
      usb_puts(" bytes: ");
24 22
    }
25 23
    for(byte = 0; byte < length; byte++){
26 24
      usb_puti(packet[byte]);

Also available in: Unified diff