Ignore:
Timestamp:
May 18, 2015, 7:02:01 PM (9 years ago)
Author:
alain
Message:

Introduce support for the IOC_SUBTYPE_SDC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_xml/xml_parser.c

    r559 r567  
    10641064            else if (strcmp(subtype, "SDC") == 0)
    10651065            periph[periph_index]->subtype = IOC_SUBTYPE_SDC;
     1066            else if (strcmp(subtype, "SPI") == 0)
     1067            periph[periph_index]->subtype = IOC_SUBTYPE_SPI;
    10661068        }
    10671069        else
Note: See TracChangeset for help on using the changeset viewer.