Windows 10
NCS 2.0.0
We have run the Gazell samples successfully on the nRF52833 DKs. In these examples the CONFIG_GZLL_TX_STATISTICS is enabled (gzll_ack_payload_device\build\zephyr\.config).
#
# Gazell Link Layer sample: Device
#
CONFIG_GZLL_TX_STATISTICS=y
# end of Gazell Link Layer sample: Device
We are now integrating Gazell into our custom board, but CONFIG_GZLL_TX_STATISTICS isn't defined by default.
We assumed this would be done by adding CONFIG_GZLL_TX_STATISTICS=y to prj.conf. However, the compiler hates this. What are we missing?
Here is the contents of our prj.conf
