Changeset 252 for trunk/hal/tsar_mips32/core
- Timestamp:
- Jul 20, 2017, 1:30:05 PM (8 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/hal/tsar_mips32/core/hal_drivers.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/hal/tsar_mips32/core/hal_drivers.cr245 r252 53 53 54 54 ////////////////////////////////////////// 55 void hal_drivers_pic_init( chdev_t * pic ) 55 void hal_drivers_pic_init( chdev_t * pic, 56 uint32_t impl ) 56 57 { 58 if( impl != IMPL_PIC_SCL ) 59 { 60 assert( false , __FUNCTION__ , "undefined PIC device implementation" ); 61 } 62 57 63 soclib_pic_init( pic ); 58 64 
Note: See TracChangeset
          for help on using the changeset viewer.
      
