From 0f1303800d08361440c3d488777a47fd89f7389d Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Sun, 7 Aug 2011 01:52:05 +0200 Subject: [PATCH] Just a hint of options --- firmware/core/projectconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firmware/core/projectconfig.h b/firmware/core/projectconfig.h index 7d58144..41d5420 100644 --- a/firmware/core/projectconfig.h +++ b/firmware/core/projectconfig.h @@ -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