1

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Jul 06 10:21:01 2015 +0100
Parent:
375:126d47a5d57e
Child:
377:808617124695
Commit message:
Synchronized with git rev 84e2b306
Author: Rohit Grover
#16: unhide GATT_MTU_SIZE_DEFAULT because the nordic bootloader depends on it.

Changed in this revision

nordic-sdk/components/softdevice/s130/include/ble_gatt.h Show annotated file Show diff for this revision Revisions of this file
--- a/nordic-sdk/components/softdevice/s130/include/ble_gatt.h	Mon Jul 06 10:21:01 2015 +0100
+++ b/nordic-sdk/components/softdevice/s130/include/ble_gatt.h	Mon Jul 06 10:21:01 2015 +0100
@@ -46,10 +46,8 @@
 /** @addtogroup BLE_GATT_DEFINES Defines
  * @{ */
 
-#if 0 /* The following have been duplicated in blecommon.h */
 /** @brief Default MTU size. */
 #define GATT_MTU_SIZE_DEFAULT 23
-#endif
 
 /** @brief Only the default MTU size of 23 is currently supported. */
 #define GATT_RX_MTU 23