Changeset 176
- Timestamp:
- Jul 21, 2012, 10:28:22 AM (12 years ago)
- Location:
- soft/giet_vm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/apps/router/Makefile
r175 r176 2 2 3 3 USE+= stdio.o 4 USE+= common.o5 4 USE+= mwmr_channel.o 6 5 -
soft/giet_vm/libs/common.h
r175 r176 27 27 */ 28 28 29 inline void __abort(); 29 static inline void __abort() 30 { 31 asm volatile ("break 0"); 32 while(1); 33 } 30 34 31 35 ////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.