1
0
Fork 0
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:
Bertrand Songis 2019-08-22 18:12:19 +02:00
parent 276e505653
commit ee961e245e
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -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
)