Revision deaaa47e modules/NUCLEO-F103RB/aosconf.h
modules/NUCLEO-F103RB/aosconf.h | ||
---|---|---|
84 | 84 |
* @note Any mandatory events (e.g. for SSSP) are enabled implicitely despite this configuration. |
85 | 85 |
*/ |
86 | 86 |
#if !defined(OS_CFG_MAIN_LOOP_IOEVENT_MASK) |
87 |
#define AMIROOS_CFG_MAIN_LOOP_IOEVENT_MASK MODULE_OS_IOEVENTFLAGS_USERBUTTON
|
|
87 |
#define AMIROOS_CFG_MAIN_LOOP_IOEVENT_MASK (MODULE_OS_IOEVENTFLAGS_DW1000_IRQn | MODULE_OS_IOEVENTFLAGS_USERBUTTON)
|
|
88 | 88 |
#else |
89 | 89 |
#define AMIROOS_CFG_MAIN_LOOP_IOEVENT_MASK OS_CFG_MAIN_LOOP_IOEVENT_MASK |
90 | 90 |
#endif |
Also available in: Unified diff