Revision b8268050 os/core/src/main.c

View differences:

os/core/src/main.c
46 46
 */
47 47
static AosIOChannel _stdiochannel;
48 48

  
49
#if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)
49 50
/**
50 51
 * @brief   I/O shell channel for the programmer interface.
51 52
 */
52 53
static AosShellChannel _stdshellchannel;
53 54
#endif
55
#endif
54 56

  
55 57
/**
56 58
 * @brief   Prints an error message about an unexpected event.

Also available in: Unified diff