Revision 8399aeae os/core/inc/aos_shell.h

View differences:

os/core/inc/aos_shell.h
65 65
#define AOS_SHELL_CONFIG_PROMPT_UPTIME            (1 << 2)
66 66

  
67 67
/**
68
 * @brief   Shell prompt configuration to additionally print the date and time with the prompt.
69
 */
70
#define AOS_SHELL_CONFIG_PROMPT_DATETIME          (2 << 2)
71

  
72
/**
68 73
 * @brief   Shell prompt configuration to additionally print the system uptime with the prompt.
69 74
 */
70
#define AOS_SHELL_CONFIG_MATCH_CASE               (1 << 3)
75
#define AOS_SHELL_CONFIG_MATCH_CASE               (1 << 4)
71 76

  
72 77
/**
73 78
 * @brief   Shell I/O channel flag whether the channel is attached to a list.

Also available in: Unified diff