Fix up paths for bioi boards - parallel compilation failures due to file collisions. (#13806)

master
Nick Brassel 2021-07-31 10:34:14 +10:00 committed by GitHub
parent b459f314ec
commit a4c050b5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -7,9 +7,9 @@ F_CPU = 8000000
# Bootloader selection
BOOTLOADER = qmk-dfu
SRC += ../usart.c \
../ble.c \
../main.c
SRC += usart.c \
ble.c \
main.c
OPT_DEFS += -DPROTOCOL_BLE
OPT_DEFS += -DUART_RX1_BUFFER_SIZE=16 -DUART_TX1_BUFFER_SIZE=16

View File

@ -7,9 +7,9 @@ F_CPU = 8000000
# Bootloader selection
BOOTLOADER = qmk-dfu
SRC += ../usart.c \
../ble.c \
../main.c
SRC += usart.c \
ble.c \
main.c
OPT_DEFS += -DPROTOCOL_BLE
OPT_DEFS += -DUART_RX1_BUFFER_SIZE=16 -DUART_TX1_BUFFER_SIZE=16