Revision 47e89ebf modules/LightRing_1-0/module.h

View differences:

modules/LightRing_1-0/module.h
193 193
 */
194 194
#define MODULE_OS_IOEVENTFLAGS_SYSSYNC          AOS_IOEVENT_FLAG(PAL_PAD(LINE_SYS_INT_N))
195 195

  
196
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
196
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
197 197
/**
198 198
 * @brief   Shell prompt text.
199 199
 */
200 200
extern ROMCONST char* moduleShellPrompt;
201
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
201
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) */
202 202

  
203 203
/**
204 204
 * @brief   Interrupt initialization macro.

Also available in: Unified diff