mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/nimble_l2cap: increase NimBLEs msys bufsize
This commit is contained in:
parent
6da4a0b850
commit
faac3a8a91
@ -25,7 +25,7 @@ CFLAGS += -DAPP_CID=$(APP_CID)
|
||||
|
||||
# configure NimBLE
|
||||
USEPKG += nimble
|
||||
MSYS_CNT ?= 23
|
||||
MSYS_CNT ?= 40
|
||||
CFLAGS += -DMYNEWT_VAL_BLE_L2CAP_COC_MAX_NUM=1
|
||||
CFLAGS += -DMYNEWT_VAL_BLE_L2CAP_COC_MPS=250
|
||||
CFLAGS += -DMYNEWT_VAL_BLE_MAX_CONNECTIONS=1
|
||||
|
Loading…
Reference in New Issue
Block a user