Changeset 111 for sandbox/JamPlayerUSB/jbistub.c
- Timestamp:
- Feb 6, 2011, 10:56:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox/JamPlayerUSB/jbistub.c
r110 r111 171 171 int i, len, extra; 172 172 173 printf("usb_blaster_wait (count tms) -> (%d %d)\n", count, tms);174 fflush(stdout);175 176 173 if (count <= 0) return; 177 174 … … 221 218 222 219 read_tdo = (tdo != NULL); 223 224 printf("usb_blaster_scan (count read) -> (%d %d)\n", count, read_tdo);225 fflush(stdout);226 220 227 221 if (count <= 0) return;
Note:
See TracChangeset
for help on using the changeset viewer.