Revision 9461fadc modules/LightRing_1-0/module.h

View differences:

modules/LightRing_1-0/module.h
296 296
 */
297 297
#define MODULE_SSSP_EVENTFLAGS_DN               MODULE_OS_IOEVENTFLAGS_SYSUARTDN
298 298

  
299
/**
300
 * @brief   Hook to handle IO events during SSSP startup synchronization.
301
 */
302
#define MODULE_SSSP_STARTUP_2_2_IOEVENT_HOOK(mask, flags) {                   \
303
  /* ignore all events */                                                     \
304
  (void)mask;                                                                 \
305
  (void)flags;                                                                \
306
}
307

  
308 299
/** @} */
309 300

  
310 301
/*===========================================================================*/

Also available in: Unified diff