Skip to content

Commit 5f95de1

Browse files
committed
Set MTU to 23 within main.c file as per request on the comment above it
1 parent a980696 commit 5f95de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ extern void tusb_hal_nrf_power_event(uint32_t event);
131131

132132
// These value must be the same with one in dfu_transport_ble.c
133133
#define BLEGAP_EVENT_LENGTH 6
134-
#define BLEGATT_ATT_MTU_MAX 247
134+
#define BLEGATT_ATT_MTU_MAX 23
135135
enum { BLE_CONN_CFG_HIGH_BANDWIDTH = 1 };
136136

137137
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)