Revision 7de0cc90 modules/LightRing_1-0/module.h

View differences:

modules/LightRing_1-0/module.h
198 198
 * @brief   Shell prompt text.
199 199
 */
200 200
extern ROMCONST char* moduleShellPrompt;
201
#endif
201
#endif /* (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) */
202 202

  
203 203
/**
204 204
 * @brief   Interrupt initialization macro.
......
221 221
 */
222 222
#define MODULE_INIT_TESTS() {                                                 \
223 223
  /* add unit-test shell commands */                                          \
224
  aosShellAddCommand(&aos.shell, &moduleUtAlldAt24c01b.shellcmd);            \
224
  aosShellAddCommand(&aos.shell, &moduleUtAlldAt24c01b.shellcmd);             \
225 225
  aosShellAddCommand(&aos.shell, &moduleUtAlldTlc5947.shellcmd);              \
226 226
  aosShellAddCommand(&aos.shell, &moduleUtAlldTps2051bdbv.shellcmd);          \
227 227
}
......
348 348
extern aos_unittest_t moduleUtAlldTps2051bdbv;
349 349

  
350 350

  
351
#endif /* AMIROOS_CFG_TESTS_ENABLE == true */
351
#endif /* (AMIROOS_CFG_TESTS_ENABLE == true) */
352 352

  
353 353
/** @} */
354 354

  

Also available in: Unified diff