aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/gdb_if.c
diff options
context:
space:
mode:
authorGareth McMullin2011-02-10 15:24:54 +1300
committerGareth McMullin2011-02-10 15:24:54 +1300
commitf293cc4bc19409ac77287f0e7298801d55e42b11 (patch)
tree9ba934556c5de1fea4568d2186869c8a6ae0879d /src/stm32/gdb_if.c
parentd1cf80db33340b7004c02b37148127b8b58c687c (diff)
Improved Linux/libftdi platform support.
Tested with Floss-JTAG. SWD working.
Diffstat (limited to 'src/stm32/gdb_if.c')
-rw-r--r--src/stm32/gdb_if.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/stm32/gdb_if.c b/src/stm32/gdb_if.c
index ca0b520..852b43f 100644
--- a/src/stm32/gdb_if.c
+++ b/src/stm32/gdb_if.c
@@ -35,13 +35,6 @@ static uint32_t out_ptr;
static uint8_t buffer_out[VIRTUAL_COM_PORT_DATA_SIZE];
static uint8_t buffer_in[VIRTUAL_COM_PORT_DATA_SIZE];
-int gdb_if_init(void)
-{
- cdcacm_init();
-
- return 0;
-}
-
void gdb_if_putchar(unsigned char c, int flush)
{
buffer_in[count_in++] = c;