Revision 512abac1 modules/PowerManagement_1-1/aosconf.h

View differences:

modules/PowerManagement_1-1/aosconf.h
130 130

  
131 131
/**
132 132
 * @brief   Shell thread priority.
133
 * @details Thread priorities are specified as an integer value.
134
 *          Predefined ranges are:
135
 *            lowest  ┌ THD_LOWPRIO_MIN
136
 *                    │ ...
137
 *                    └ THD_LOWPRIO_MAX
138
 *                    ┌ THD_NORMALPRIO_MIN
139
 *                    │ ...
140
 *                    └ THD_NORMALPRIO_MAX
141
 *                    ┌ THD_HIGHPRIO_MIN
142
 *                    │ ...
143
 *                    └ THD_HIGHPRIO_MAX
144
 *                    ┌ THD_RTPRIO_MIN
145
 *                    │ ...
146
 *            highest └ THD_RTPRIO_MAX
133 147
 */
134 148
#if !defined(OS_CFG_SHELL_THREADPRIO)
135
  #define AMIROOS_CFG_SHELL_THREADPRIO          THD_NORMALPRIO_MIN
149
  #define AMIROOS_CFG_SHELL_THREADPRIO          AOS_THD_NORMALPRIO_MIN
136 150
#else
137 151
  #define AMIROOS_CFG_SHELL_THREADPRIO          OS_CFG_SHELL_THREADPRIO
138 152
#endif

Also available in: Unified diff