#ifndef UART_COMMAND_CONSOLE_H #define UART_COMMAND_CONSOLE_H /* * Create the task that implements a command console using the USB virtual com * port driver for intput and output. */ #ifndef configCOMMAND_INT_MAX_OUTPUT_SIZE #define configCOMMAND_INT_MAX_OUTPUT_SIZE 2048 #endif void vUARTCommandConsoleStart( uint16_t usStackSize, unsigned portBASE_TYPE uxPriority ); #endif /* UART_COMMAND_CONSOLE_H */