Project

General

Profile

Revision 1547

Added by Brad Neuman over 14 years ago

found one bug and changed some debug prints

View differences:

test_usb.c
10 10
 * 
11 11
 */
12 12

  
13
#ifdef DRAGONFLY_DEBUG
14
#error it worked?
15
#endif
16

  
13 17
int testusb(void) {
14 18
	
15 19
	usb_init();
......
50 54
  
51 55
  
52 56
	return 0;
53
}
57
}

Also available in: Unified diff