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

View differences:

modules/NUCLEO-F401RE/module.h
93 93
 */
94 94
#define MODULE_OS_IOEVENTFLAGS_USERBUTTON       AOS_IOEVENT_FLAG(PAL_PAD(LINE_BUTTON))
95 95

  
96
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
96
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
97 97
/**
98 98
 * @brief   Shell prompt text.
99 99
 */
100 100
extern ROMCONST char* moduleShellPrompt;
101
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
101
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) */
102 102

  
103 103
/**
104 104
 * @brief   Interrupt initialization macro.

Also available in: Unified diff