Fix build for CC1352P1 after move to TI-RTOS (#125)

***TI_CC1352P1_LAUNCHXL***
This commit is contained in:
José Simões 2020-05-04 10:31:58 +01:00 коммит произвёл GitHub
Родитель db304e609d
Коммит 4b94effe6c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,6 @@
# See LICENSE file in the project root for full license information.
#
cmake_minimum_required(VERSION 3.0)
ENABLE_LANGUAGE(ASM)
# add header files with common OS definitions and board definitions specific for each image
@ -130,6 +129,8 @@ include_directories(
"${WireProtocol_INCLUDE_DIRS}"
"${TI_SimpleLink_INCLUDE_DIRS}"
${TI_XDCTools_INCLUDE_DIR}
"${TARGET_TI_SimpleLink_COMMON_INCLUDE_DIRS}"
)