X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fstm8.c;fp=src%2Ftarget%2Fstm8.c;h=e99b3c21be3f4202cd4b4f58206e64201b76132e;hp=78bf6a27ae682a1e36c8a7b05d9651ff41d6904e;hb=5ca23017434d726183c1562a8f12458c87770bfe;hpb=d3bff4e5c42b6b3af65e31fbf2409fa3d88d1a03 diff --git a/src/target/stm8.c b/src/target/stm8.c index 78bf6a27ae..e99b3c21be 100644 --- a/src/target/stm8.c +++ b/src/target/stm8.c @@ -1945,7 +1945,7 @@ static int stm8_run_algorithm(struct target *target, int num_mem_params, return ERROR_OK; } -int stm8_jim_configure(struct target *target, Jim_GetOptInfo *goi) +static int stm8_jim_configure(struct target *target, Jim_GetOptInfo *goi) { struct stm8_common *stm8 = target_to_stm8(target); jim_wide w;