- Timestamp:
- 01/19/12 05:31:31 (16 months ago)
- File:
-
- 1 edited
-
trunk/core/usb_remote.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/usb_remote.c
r1568 r1578 370 370 char buf[64] ; 371 371 static int debug_print = 0 ; 372 static int startup_delay = 0 ; 372 373 int i, buff_pos, *buff_ptr ; 373 374 // short tv=0; 374 375 376 if ( startup_delay < 100 ) startup_delay++ ; // need to give things time to settle before using draw_string() 377 else 378 { 375 379 if ( debug_print++ > 10000 ) debug_print = 0 ; 376 380 … … 438 442 } 439 443 444 } 440 445 #endif 441 446
Note: See TracChangeset
for help on using the changeset viewer.