Skip to content

Commit 10bb32d

Browse files
committed
Fixed typo in sprintf
Signed-off-by: Jared Baumann <[email protected]>
1 parent 6d26236 commit 10bb32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tmo_shell/src/tmo_dfu_download.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ int tmo_dfu_download(const struct shell *shell, enum dfu_tgts dfu_tgt, char *bas
210210
sprintf((char *)dfu_files_rs9116w[0].rfile, "%s.rps",base);
211211
dfu_files = dfu_files_rs9116w;
212212

213-
sprintf(base_url_s,"%",user_base_url_s);
213+
sprintf(base_url_s,"%s",user_base_url_s);
214214

215215
default:
216216
break;

0 commit comments

Comments
 (0)