Just a hint of options
This commit is contained in:
parent
b977665f0f
commit
0f1303800d
|
@ -82,3 +82,9 @@
|
||||||
#define CFG_USBCDC_BUFFERSIZE (256)
|
#define CFG_USBCDC_BUFFERSIZE (256)
|
||||||
|
|
||||||
|
|
||||||
|
/* you will need these for the UART */
|
||||||
|
#if 0
|
||||||
|
#define CFG_INTERFACE_UART (1)
|
||||||
|
#define CFG_UART_BAUDRATE (115200)
|
||||||
|
#define CFG_UART_BUFSIZE (512)
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue