Skip to content

Commit d99dc85

Browse files
author
j-iglesiasmorales
committed
Fixed projectspec file for ble glucose project
1 parent 17bb733 commit d99dc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/rtos/CC2640R2_LAUNCHXL/bleapps/glucose_sensor/tirtos/ccs/glucose_sensor_cc2640r2lp_app.projectspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
<file path="SRC_BLE_DIR/common/cc26xx/board_key.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
188188
<file path="EXAMPLE_BLE_ROOT/src/app/glucose.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
189189
<file path="EXAMPLE_BLE_ROOT/src/app/glucose.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
190-
<file path="SRC_BLE_DIR/common/cc26xx/time/utc_clock.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
191-
<file path="SRC_BLE_DIR/common/cc26xx/time/utc_clock.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
190+
<file path="EXAMPLE_BLE_ROOT/../../../../../source/ti/blestack/common/cc26xx/time/utc_clock.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
191+
<file path="EXAMPLE_BLE_ROOT/../../../../../source/ti/blestack/common/cc26xx/time/utc_clock.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
192192
<file path="SRC_BLE_DIR/common/cc26xx/util.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
193193
<file path="SRC_BLE_DIR/common/cc26xx/util.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary"/>
194194

0 commit comments

Comments
 (0)