Revision 732a4657 modules/NUCLEO-F103RB/module.h

View differences:

modules/NUCLEO-F103RB/module.h
242 242
/**
243 243
 * @brief   HOOK to call process_deca_irq() func when the dw1000 interrupt pin is activated.
244 244
 */
245
#define MODULE_MAIN_LOOP_IO_EVENT(eventflags) {	                              \
245
#define MODULE_MAIN_LOOP_IO_EVENT(eventflags) {                               \
246 246
  if (eventflags & MODULE_OS_IOEVENTFLAGS_USERBUTTON) {                       \
247 247
    apalControlGpioState_t buttonstate;                                       \
248 248
    apalControlGpioGet(&moduleGpioUserButton, &buttonstate);                  \

Also available in: Unified diff