Cordio Nordic LL: Readjust memory pool requirements for NRF52840

pull/9064/head
Donatien Garnier 2018-12-05 17:53:27 +00:00 committed by Cruz Monrreal II
parent 346622bb3f
commit f994bc323e
1 changed files with 4 additions and 0 deletions

View File

@ -196,7 +196,11 @@ NRFCordioHCIDriver::~NRFCordioHCIDriver()
ble::vendor::cordio::buf_pool_desc_t NRFCordioHCIDriver::get_buffer_pool_description()
{
static union {
#if defined(NRF52840_XXAA)
uint8_t buffer[ 17304 ];
#else
uint8_t buffer[ 8920 ];
#endif
uint64_t align;
};
static const wsfBufPoolDesc_t pool_desc[] = {