Revision 2920c6b7 modules/STM32F4Discovery/aosconf.h

View differences:

modules/STM32F4Discovery/aosconf.h
79 79
#endif
80 80

  
81 81
/**
82
 * @brief   Mask for the control thread to listen to certain IO events.
83
 * @note    Any mandatory events (e.g. for SSSP) are enabled implicitely despite this configuration.
84
 */
85
#if !defined(OS_CFG_MAIN_LOOP_IOEVENT_MASK)
86
  #define AMIROOS_CFG_MAIN_LOOP_IOEVENT_MASK    0
87
#else
88
  #define AMIROOS_CFG_MAIN_LOOP_IOEVENT_MASK    OS_CFG_MAIN_LOOP_IOEVENT_MASK
89
#endif
90

  
91
/**
82 92
 * @brief   Timeout value when waiting for events in the main loop in microseconds.
83 93
 * @details A value of 0 deactivates the timeout.
84 94
 */

Also available in: Unified diff