Revision 697dba3c modules/DiWheelDrive_1-1/aosconf.h

View differences:

modules/DiWheelDrive_1-1/aosconf.h
280 280
 * @brief   Shell maximum input line length.
281 281
 */
282 282
#if !defined(OS_CFG_SHELL_LINEWIDTH)
283
  #define AMIROOS_CFG_SHELL_LINEWIDTH           80
283
  #define AMIROOS_CFG_SHELL_LINEWIDTH           64
284 284
#else /* !defined(OS_CFG_SHELL_LINEWIDTH) */
285 285
  #define AMIROOS_CFG_SHELL_LINEWIDTH           OS_CFG_SHELL_LINEWIDTH
286 286
#endif /* !defined(OS_CFG_SHELL_LINEWIDTH) */
......
294 294
  #define AMIROOS_CFG_SHELL_MAXARGS             OS_CFG_SHELL_MAXARGS
295 295
#endif /* !defined(OS_CFG_SHELL_MAXARGS) */
296 296

  
297
/**
298
 * @brief   Shell number of history entries.
299
 * @details A value of 0 disables shell history.
300
 */
301
#if !defined(OS_CFG_SHELL_HISTLENGTH)
302
  #define AMIROOS_CFG_SHELL_HISTLENGTH          3
303
#else /* !defined(OS_CFG_SHELL_HISTLENGTH) */
304
  #define AMIROOS_CFG_SHELL_HISTLENGTH          OS_CFG_SHELL_HISTLENGTH
305
#endif /* !defined(OS_CFG_SHELL_HISTLENGTH) */
306

  
297 307
/** @} */
298 308

  
299 309
#endif /* AOSCONF_H */

Also available in: Unified diff