From ffeeeb96d215c7bc11b76a4172d693fd1fc2aaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Mi=C5=9B?= Date: Tue, 28 Feb 2017 15:38:34 +0100 Subject: [PATCH] Increase number of SetStateChanged callbacks for nRF52840 platform. (#1397) --- examples/platforms/nrf52840/openthread-core-nrf52840-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platforms/nrf52840/openthread-core-nrf52840-config.h b/examples/platforms/nrf52840/openthread-core-nrf52840-config.h index 04058517d..99980de38 100644 --- a/examples/platforms/nrf52840/openthread-core-nrf52840-config.h +++ b/examples/platforms/nrf52840/openthread-core-nrf52840-config.h @@ -49,7 +49,7 @@ * The maximum number of state-changed callback handlers (set using `otSetStateChangedCallback()`). * */ -#define OPENTHREAD_CONFIG_MAX_STATECHANGE_HANDLERS 2 +#define OPENTHREAD_CONFIG_MAX_STATECHANGE_HANDLERS 3 /** * @def OPENTHREAD_CONFIG_ADDRESS_CACHE_ENTRIES