mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Compilation fix (attempt N+1)
This commit is contained in:
parent
276e505653
commit
ee961e245e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ elseif(PCB STREQUAL AR9X)
|
|||
include_directories(${THIRDPARTY_DIR}/xdk-asf-3.31.0/sam/drivers/twi)
|
||||
set(TARGET_SRC
|
||||
${TARGET_SRC}
|
||||
${THIRDPARTY_DIR}/xdk-asf-3.31.0/sam/drivers/twi/twi.c
|
||||
../../${THIRDPARTY_DIR}/xdk-asf-3.31.0/sam/drivers/twi/twi.c
|
||||
i2c_driver.cpp
|
||||
rtc_ds3231_driver.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue