Revision 9461fadc modules/PowerManagement_1-1/module.h

View differences:

modules/PowerManagement_1-1/module.h
543 543
 */
544 544
#define MODULE_SSSP_EVENTFLAGS_DN               MODULE_OS_IOEVENTFLAGS_SYSUARTDN
545 545

  
546
/**
547
 * @brief   Hook to handle IO events during SSSP startup synchronization.
548
 */
549
#define MODULE_SSSP_STARTUP_2_2_IOEVENT_HOOK(mask, flags) {                   \
550
  /* ignore all events */                                                     \
551
  (void)mask;                                                                 \
552
  (void)flags;                                                                \
553
}
554

  
555 546
/** @} */
556 547

  
557 548
/*===========================================================================*/

Also available in: Unified diff