fix(pan-cordio): Override WSF handler size in a platform specific manner

pull/8876/head
Steve Cartmell 2018-11-22 16:55:17 +00:00 committed by Vincent Coubard
parent 5782e93a19
commit 299ae1d9c6
2 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@ WSF_CT_ASSERT(sizeof(uint32_t) == 4);
/* maximum number of event handlers per task */
#ifndef WSF_MAX_HANDLERS
#define WSF_MAX_HANDLERS 10
#define WSF_MAX_HANDLERS 9
#endif
#if WSF_OS_DIAG == TRUE

View File

@ -6545,7 +6545,8 @@
"supported_form_factors": ["ARDUINO"],
"inherits": ["MCU_NRF52832"],
"release_versions": ["5"],
"device_name": "nRF52832_xxAA"
"device_name": "nRF52832_xxAA",
"macros": ["WSF_MAX_HANDLERS=10"]
},
"SDT52832B": {
"inherits": ["MCU_NRF52832"],