9
0
Fork 0

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 f640800a29
commit 151afb5128
1 changed files with 1 additions and 1 deletions

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