aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/platform.h
diff options
context:
space:
mode:
authorGareth McMullin2011-02-12 22:06:53 +1300
committerGareth McMullin2011-02-12 22:06:53 +1300
commitdf5c3d06d591c8408e31d7068c9e7c600f3c7e9e (patch)
treea251203a0eb3f8b926ef93e90003580add5e8d0b /src/stm32/platform.h
parentf293cc4bc19409ac77287f0e7298801d55e42b11 (diff)
Added extra ACM interface for serial emulation using USART1.
Diffstat (limited to 'src/stm32/platform.h')
-rw-r--r--src/stm32/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm32/platform.h b/src/stm32/platform.h
index 5249bdf..923e478 100644
--- a/src/stm32/platform.h
+++ b/src/stm32/platform.h
@@ -30,6 +30,8 @@
#include "gdb_packet.h"
+//#define INCLUDE_UART_INTERFACE
+
/* Important pin mappings for STM32 implementation:
*
* LED0 = PB2 (Yellow LED : Running)