Skip to content

Commit bd05d00

Browse files
Przemyslaw Bidafabiobaltieri
authored andcommitted
net: openthread: Clean not used defines in OT platform.
Remove unused `DEVICE_NAME` from OT `ble.c`. Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
1 parent 710c89e commit bd05d00

File tree

1 file changed

+0
-3
lines changed
  • modules/openthread/platform

1 file changed

+0
-3
lines changed

modules/openthread/platform/ble.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434

3535
LOG_MODULE_REGISTER(LOG_MODULE_NAME);
3636

37-
#define DEVICE_NAME CONFIG_BT_DEVICE_NAME
38-
#define DEVICE_NAME_LEN (sizeof(DEVICE_NAME) - 1)
39-
4037
/* BLE connection constants as defined in thread specification. */
4138
#define TOBLE_SERVICE_UUID 0xfffb
4239
#define RX_CHARACTERISTIC_UUID \

0 commit comments

Comments
 (0)