Revision 47e89ebf modules/NUCLEO-F103RB/module.h

View differences:

modules/NUCLEO-F103RB/module.h
155 155
 */
156 156
#define MODULE_OS_IOEVENTFLAGS_USERBUTTON       AOS_IOEVENT_FLAG(PAL_PAD(LINE_BUTTON))
157 157

  
158
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
158
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
159 159
/**
160 160
 * @brief   Shell prompt text.
161 161
 */
162 162
extern ROMCONST char* moduleShellPrompt;
163
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
163
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) */
164 164

  
165 165
/**
166 166
 * @brief   Interrupt initialization macro.

Also available in: Unified diff