Skip to content

Commit eba3507

Browse files
committed
Remove unneeded STM32 specific code.
1 parent e15e591 commit eba3507

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/dump.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@
3232
#include <string.h>
3333
#include <math.h>
3434

35-
#ifdef STM32F40_41xxx
36-
#include "gdb_stdio.h"
37-
#define fprintf gdb_stdio_fprintf
38-
#define fopen gdb_stdio_fopen
39-
#define fclose gdb_stdio_fclose
40-
#endif
41-
4235
#ifdef DUMP
4336
static int dumpon = 0;
4437

0 commit comments

Comments
 (0)