Just a hint of options

This commit is contained in:
Stefan `Sec` Zehl 2011-08-07 01:52:05 +02:00
parent b977665f0f
commit 0f1303800d
1 changed files with 6 additions and 0 deletions

View File

@ -82,3 +82,9 @@
#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