Changeset 408 for trunk/hal/tsar_mips32/drivers/soclib_bdv.c
- Timestamp:
- Dec 5, 2017, 4:20:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/drivers/soclib_bdv.c
r407 r408 133 133 { 134 134 thread_block( CURRENT_THREAD , THREAD_BLOCKED_DEV_ISR ); 135 sched_yield( );135 sched_yield("blocked on ISR"); 136 136 137 137 // the IO operation status is reported in the command by the ISR
Note: See TracChangeset
for help on using the changeset viewer.