Skip to content

Commit dcc45a3

Browse files
author
Sean Lyons
committed
Pull request feedback
1 parent d8b1c9d commit dcc45a3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/central_bidirectional_audio/tirtos/ble_debug.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Defaults.common$.namedModule = true;
103103
/* Compile out all Assert's */
104104
//Defaults.common$.diags_ASSERT = Diags.ALWAYS_OFF;
105105
106-
/* Allow Mod_create() and Mod_construct() but not delete() or destruct() */
106+
/* Allow Mod_create() and Mod_construct() as well as delete() and destruct() */
107107
Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
108108
109109

examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/central_bidirectional_audio/tirtos/ble_release.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Defaults.common$.namedModule = false;
118118
/* Compile out all Assert's */
119119
//Defaults.common$.diags_ASSERT = Diags.ALWAYS_OFF;
120120
121-
/* Allow Mod_create() and Mod_construct() but not delete() or destruct() */
121+
/* Allow Mod_create() and Mod_construct() as well as delete() and destruct() */
122122
Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
123123
124124

examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/peripheral_bidirectional_audio/tirtos/ble_release.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Defaults.common$.namedModule = false;
115115
/* Compile out all Assert's */
116116
//Defaults.common$.diags_ASSERT = Diags.ALWAYS_OFF;
117117
118-
/* Allow Mod_create() and Mod_construct() but not delete() or destruct() */
118+
/* Allow Mod_create() and Mod_construct() as well as delete() and destruct() */
119119
Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
120120
121121

examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_client/tirtos/ble_debug.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Defaults.common$.namedModule = true;
100100
/* Compile out all Assert's */
101101
//Defaults.common$.diags_ASSERT = Diags.ALWAYS_OFF;
102102
103-
/* Allow Mod_create() and Mod_construct() but not delete() or destruct() */
103+
/* Allow Mod_create() and Mod_construct() as well as delete() and destruct() */
104104
Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
105105
106106

examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_client/tirtos/ble_release.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Defaults.common$.namedModule = false;
115115
/* Compile out all Assert's */
116116
//Defaults.common$.diags_ASSERT = Diags.ALWAYS_OFF;
117117
118-
/* Allow Mod_create() and Mod_construct() but not delete() or destruct() */
118+
/* Allow Mod_create() and Mod_construct() as well as delete() and destruct() */
119119
Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
120120
121121

examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_server/tirtos/ble_release.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Defaults.common$.namedModule = false;
115115
/* Compile out all Assert's */
116116
//Defaults.common$.diags_ASSERT = Diags.ALWAYS_OFF;
117117
118-
/* Allow Mod_create() and Mod_construct() but not delete() or destruct() */
118+
/* Allow Mod_create() and Mod_construct() as well as delete() and destruct() */
119119
Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
120120
121121

0 commit comments

Comments
 (0)