From: Tectu Date: Fri, 25 May 2012 15:05:44 +0000 (+0200) Subject: fixed option bytes amount X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=105b293a1501154c69663b4fb29671a8d2cc62ec;p=fw%2Fstlink fixed option bytes amount --- diff --git a/gdbserver/gdb-server.c b/gdbserver/gdb-server.c index 91fb8dc..7a525d5 100644 --- a/gdbserver/gdb-server.c +++ b/gdbserver/gdb-server.c @@ -228,7 +228,7 @@ static const char* const memory_map_template = " " // peripheral regs " " // cortex regs " " // bootrom - " " // option byte area + " " // option byte area ""; char* make_memory_map(stlink_t *sl) {