Hello,
I am using nrf5 SDK for thread and zigbee.
I want to enable child supervision check on FTD and MTD devices.
For this I have already set OPENTHREAD_ENABLE_CHILD_SUPERVISION macro.
But on building the MTD example I am getting the following error.
Linking target: _build/nrf52840_xxaa.out _build/nrf52840_xxaa/main.c.o: In function `_zipnet_process_init': /../pca10056/blank/armgcc/../../../main.c:862: undefined reference to `otChildSupervisionSetCheckTimeout' collect2: error: ld returned 1 exit status ../../../../../nrf_sdk_thread/components/toolchain/gcc/Makefile.common:292: recipe for target '_build/nrf52840_xxaa.out' failed make: *** [_build/nrf52840_xxaa.out] Error 1