Revision cda14729 modules/NUCLEO-F103RB/module.c

View differences:

modules/NUCLEO-F103RB/module.c
167 167
 */
168 168
/*===========================================================================*/
169 169

  
170
#if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
170
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
171 171
ROMCONST char* moduleShellPrompt = "NUCLEO-F103RB";
172
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
172
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) */
173 173

  
174 174
/** @} */
175 175

  

Also available in: Unified diff