Skip to content

Commit 4c586b2

Browse files
author
Sean Lyons
committed
Fix output file naming for spp client
1 parent 2ccbb97 commit 4c586b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_server/tirtos/iar/app/cc26x2r1lp_app.ewp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718
</option>
719719
<option>
720720
<name>IlinkOutputFile</name>
721-
<state>ble5_simple_peripheral_$PROJ_FNAME$_$CONFIG_NAME$.out</state>
721+
<state>ble5_spp_ble_server_$PROJ_FNAME$_$CONFIG_NAME$.out</state>
722722
</option>
723723
<option>
724724
<name>IlinkDebugInfoEnable</name>
@@ -1770,7 +1770,7 @@
17701770
</option>
17711771
<option>
17721772
<name>IlinkOutputFile</name>
1773-
<state>ble5_simple_peripheral_$PROJ_FNAME$_$CONFIG_NAME$.out</state>
1773+
<state>ble5_spp_ble_server_$PROJ_FNAME$_$CONFIG_NAME$.out</state>
17741774
</option>
17751775
<option>
17761776
<name>IlinkDebugInfoEnable</name>

0 commit comments

Comments
 (0)