Ignore:
Timestamp:
Jun 10, 2014, 12:33:23 PM (10 years ago)
Author:
alain
Message:

All drivers have been modified to use only the information
contained in the hard_config.h file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/spi_driver.c

    r289 r320  
    251251}
    252252
     253///////////////////////////////////////////////////////////////////////////////
     254// This ISR handles the IRQ generated by a SPI controler
     255///////////////////////////////////////////////////////////////////////////////
     256void _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
    253264// Local Variables:
    254265// tab-width: 4
Note: See TracChangeset for help on using the changeset viewer.