1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/nimble_rpble: fix NIMBLE_MAX_CONN

This commit is contained in:
Hauke Petersen 2021-12-09 12:10:04 +01:00
parent 41f3863b87
commit f57e813429

View File

@ -17,7 +17,7 @@ USEMODULE += auto_init_gnrc_rpl
# configure and use Nimble
USEMODULE += bluetil_addr
USEMODULE += nimble_rpble
NIMBLE_MAX_CONN := 3
NIMBLE_MAX_CONN = 3
DEVELHELP = 0