diff options
Diffstat (limited to 'gdb/ser-ocd.c')
-rw-r--r-- | gdb/ser-ocd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-ocd.c b/gdb/ser-ocd.c index d3f1c8e..1b1213e 100644 --- a/gdb/ser-ocd.c +++ b/gdb/ser-ocd.c @@ -145,7 +145,7 @@ static void ocd_close (scb) serial_t scb; { - wiggler_close (0); + ocd_close (0); } static struct serial_ops ocd_ops = |