Changeset 320 for soft/giet_vm/giet_drivers/spi_driver.c
- Timestamp:
- Jun 10, 2014, 12:33:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/spi_driver.c
r289 r320 251 251 } 252 252 253 /////////////////////////////////////////////////////////////////////////////// 254 // This ISR handles the IRQ generated by a SPI controler 255 /////////////////////////////////////////////////////////////////////////////// 256 void _spi_isr( unsigned int irq_type, 257 unsigned int irq_id, 258 unsigned int channel ) 259 { 260 _printf("\n[GIET ERROR] _spi_isr() not implemented\n"); 261 _exit(); 262 } 263 253 264 // Local Variables: 254 265 // tab-width: 4
Note: See TracChangeset
for help on using the changeset viewer.