Fix a typo that prevents building PIC32... How long has that been there?

This commit is contained in:
Gregory Nutt 2015-02-21 19:41:59 -06:00
parent 068bb36a6d
commit f73d4c106f

View File

@ -66,7 +66,7 @@ endif
CHIP_ASRCS =
CHIP_CSRCS = pic32mx-irq.c pic32mx-decodeirq.c pic32mx-exception.c
CHIP_CSRCS += pic32mx-gpio.c pic32mx-lowconsole.c pic32mx-lowinit.c
CHIP_CSRCS += pic32mx-serial.c pic32mx-spi.cO
CHIP_CSRCS += pic32mx-serial.c pic32mx-spi.c
# Configuration-dependent PIC32MX files