Revision 0de5bed8 templates/urtwareconf.h

View differences:

templates/urtwareconf.h
110 110
 */
111 111
#define URT_CFG_OSAL_HEADER                     <custom_urtosal.h>
112 112

  
113
/**
114
 * @brief   Flag to enable timeout functionality for condition variables.
115
 * @details If the OS supports this feature, urtPublisherPublish() can be called
116
            with a timeout. Otherwise it will block indefinitely under certain
117
            conditions.
118
 */
119
#define URT_CFG_OSAL_CONDVAR_TIMEOUT            false
120

  
113 121
#endif /* HELLOWORLD_URTWARECONF_H */

Also available in: Unified diff