Revision 47e89ebf modules/STM32F407G-DISC1/module.h

View differences:

modules/STM32F407G-DISC1/module.h
135 135
 */
136 136
#define MODULE_OS_IOEVENTFLAGS_USERBUTTON       AOS_IOEVENT_FLAG(PAL_PAD(LINE_BUTTON))
137 137

  
138
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
138
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
139 139
/**
140 140
 * @brief   Shell prompt text.
141 141
 */
142 142
extern ROMCONST char* moduleShellPrompt;
143
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
143
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) */
144 144

  
145 145
/**
146 146
 * @brief   Interrupt initialization macro.

Also available in: Unified diff