Revision 1ef74af5 modules/LightRing_1-0/aosconf.h

View differences:

modules/LightRing_1-0/aosconf.h
98 98
/*===========================================================================*/
99 99

  
100 100
/**
101
 * @brief   Flag to enable SSSP.
102
 */
103
#if !defined(OS_CFG_SSSP_ENABLE)
104
  #define AMIROOS_CFG_SSSP_ENABLE               false
105
#else
106
  #define AMIROOS_CFG_SSSP_ENABLE               OS_CFG_SSSP_ENABLE
107
#endif
108

  
109
/**
101 110
 * @brief   Flag to set the module as SSSP master.
102 111
 * @details There must be only one module with this flag set to true in a system.
103 112
 */

Also available in: Unified diff