Changeset 498
- Timestamp:
- Aug 23, 2018, 12:02:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot.c
r474 r498 121 121 * This function returns the printable string for each device type 122 122 ********************************************************************************/ 123 char * device_type_str( uint32_t dev_type )123 static const char * device_type_str( uint32_t dev_type ) 124 124 { 125 125 if ( dev_type == DEV_TYPE_RAM_SCL ) return "RAM_SCL";
Note: See TracChangeset
for help on using the changeset viewer.