Changeset 252 for trunk/hal/tsar_mips32/core
- Timestamp:
- Jul 20, 2017, 1:30:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_drivers.c
r245 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.