mirror of https://github.com/ARMmbed/mbed-os.git
fix(pan-cordio): Override WSF handler size in a platform specific manner
parent
5782e93a19
commit
299ae1d9c6
|
@ -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
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue