File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
examples/rtos/CC26X2R1_LAUNCHXL/ble5apps
central_bidirectional_audio/tirtos
peripheral_bidirectional_audio/tirtos Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff 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() */
107107Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
108108
109109
Original file line number Diff line number Diff 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() */
122122Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
123123
124124
Original file line number Diff line number Diff 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() */
119119Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
120120
121121
Original file line number Diff line number Diff 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() */
104104Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
105105
106106
Original file line number Diff line number Diff 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() */
119119Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
120120
121121
Original file line number Diff line number Diff 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() */
119119Defaults.common$.memoryPolicy = Types.DELETE_POLICY;
120120
121121
You can’t perform that action at this time.
0 commit comments