X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstlink-sg.c;h=991bc878b5bb77ccb82ec8fd28bcb6ee73ed4fb6;hb=5eda4566d617fedd2a9d3020ddae06b394d08a5f;hp=197d59b290e096377dd360bc708d6f4b31c1553f;hpb=3e72f0b1b3c289ec2c3e7dce5f39c350b5584dbd;p=fw%2Fstlink diff --git a/src/stlink-sg.c b/src/stlink-sg.c index 197d59b..991bc87 100644 --- a/src/stlink-sg.c +++ b/src/stlink-sg.c @@ -1025,7 +1025,6 @@ stlink_t* stlink_v1_open(const int verbose) { } // by now, it _must_ be fully open and in a useful mode.... stlink_enter_swd_mode(sl); - stlink_load_device_params(sl); ILOG("Successfully opened a stlink v1 debugger\n"); return sl; }