Changeset 559 for soft/giet_vm/giet_xml/xml_parser.c
- Timestamp:
- Apr 13, 2015, 5:32:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_xml/xml_parser.c
r548 r559 1089 1089 else if (strcmp(subtype, "DCT") == 0) 1090 1090 periph[periph_index]->subtype = MWR_SUBTYPE_DCT; 1091 else if (strcmp(subtype, "CPY") == 0) 1092 periph[periph_index]->subtype = MWR_SUBTYPE_CPY; 1091 1093 } 1092 1094 else
Note: See TracChangeset
for help on using the changeset viewer.