mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 16:34:38 +00:00
Fix up paths for bioi boards - parallel compilation failures due to file collisions. (#13806)
This commit is contained in:
parent
b459f314ec
commit
a4c050b5ae
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue