mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 22:18:25 +00:00
Fix a typo that prevents building PIC32... How long has that been there?
This commit is contained in:
parent
068bb36a6d
commit
f73d4c106f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue