blob: 16834fa1e0c0c5c58e8b6819d249f4649c6904ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- sdk/driver/ble/ble_pub/modules/app/api/rwapp_config.h 2021-08-16 11:59:34.000000000 -0500
+++ ../sdk/driver/ble/ble_pub/modules/app/api/rwapp_config.h 2023-07-10 17:10:11.508299753 -0500
@@ -108,7 +108,8 @@
// <e> BLE_APP_SEC
// <i> BLE_APP_SEC enable /disable
// </e>
-#if ( 0 )
+// #if ( 0 )
+#if ( 1 )
#define CFG_APP_SEC
#endif
|