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

View differences:

modules/NUCLEO-L476RG/module.h
107 107
 */
108 108
#define MODULE_OS_IOEVENTFLAGS_USERBUTTON       AOS_IOEVENT_FLAG(PAL_PAD(LINE_BUTTON))
109 109

  
110
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
110
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
111 111
/**
112 112
 * @brief   Shell prompt text.
113 113
 */
114 114
extern ROMCONST char* moduleShellPrompt;
115
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
115
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) */
116 116

  
117 117
/**
118 118
 * @brief   Interrupt initialization macro.

Also available in: Unified diff