mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
tests/nimble_rpble: fix NIMBLE_MAX_CONN
This commit is contained in:
parent
41f3863b87
commit
f57e813429
@ -17,7 +17,7 @@ USEMODULE += auto_init_gnrc_rpl
|
|||||||
# configure and use Nimble
|
# configure and use Nimble
|
||||||
USEMODULE += bluetil_addr
|
USEMODULE += bluetil_addr
|
||||||
USEMODULE += nimble_rpble
|
USEMODULE += nimble_rpble
|
||||||
NIMBLE_MAX_CONN := 3
|
NIMBLE_MAX_CONN = 3
|
||||||
|
|
||||||
DEVELHELP = 0
|
DEVELHELP = 0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user