Revision 7de0cc90 modules/STM32F407G-DISC1/module.h

View differences:

modules/STM32F407G-DISC1/module.h
140 140
 * @brief   Shell prompt text.
141 141
 */
142 142
extern ROMCONST char* moduleShellPrompt;
143
#endif
143
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
144 144

  
145 145
/**
146 146
 * @brief   Interrupt initialization macro.
......
215 215
/*===========================================================================*/
216 216
#if (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
217 217

  
218
#endif /* AMIROOS_CFG_TESTS_ENABLE == true */
218
#endif /* (AMIROOS_CFG_TESTS_ENABLE == true) */
219 219

  
220 220
/** @} */
221 221

  

Also available in: Unified diff