Changeset 425 for trunk/hal/tsar_mips32/core/hal_special.c
- Timestamp:
- Jan 29, 2018, 5:57:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_special.c
r407 r425 206 206 void hal_core_sleep() 207 207 { 208 asm volatile ("wait");208 while( 1 ) asm volatile ("nop"); 209 209 } 210 210
Note: See TracChangeset
for help on using the changeset viewer.