[nrf52811] decrease number of buffers to free some RAM (#3818)

This commit is contained in:
Kamil Sroka
2019-05-17 12:41:03 -07:00
committed by Jonathan Hui
parent b7b0eecfe2
commit fc580c39e6
@@ -77,7 +77,7 @@
*
*/
#ifndef OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 64
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 60
#endif
/**