Changeset 567 for soft/giet_vm/giet_xml/xml_parser.c
- Timestamp:
- May 18, 2015, 7:02:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.