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

View differences:

modules/NUCLEO-F767ZI/module.h
103 103
 */
104 104
#define MODULE_OS_IOEVENTFLAGS_USERBUTTON       AOS_IOEVENT_FLAG(PAL_PAD(LINE_BUTTON))
105 105

  
106
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
106
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
107 107
/**
108 108
 * @brief   Shell prompt text.
109 109
 */
110 110
extern ROMCONST char* moduleShellPrompt;
111
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
111
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) */
112 112

  
113 113
/**
114 114
 * @brief   Interrupt initialization macro.

Also available in: Unified diff