From f293cc4bc19409ac77287f0e7298801d55e42b11 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Thu, 10 Feb 2011 15:24:54 +1300 Subject: Improved Linux/libftdi platform support. Tested with Floss-JTAG. SWD working. --- src/stm32/gdb_if.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/stm32/gdb_if.c') 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; -- cgit v1.2.3