Changeset 567
- Timestamp:
- May 18, 2015, 7:02:01 PM (9 years ago)
- Location:
- soft/giet_vm/giet_xml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_xml/xml_driver.c
r559 r567 99 99 "HBA", 100 100 "SDC", 101 "SPI", 101 102 }; 102 103 -
soft/giet_vm/giet_xml/xml_parser.c
r559 r567 1064 1064 else if (strcmp(subtype, "SDC") == 0) 1065 1065 periph[periph_index]->subtype = IOC_SUBTYPE_SDC; 1066 else if (strcmp(subtype, "SPI") == 0) 1067 periph[periph_index]->subtype = IOC_SUBTYPE_SPI; 1066 1068 } 1067 1069 else
Note: See TracChangeset
for help on using the changeset viewer.