From ec467c465e8dc41505573cc5b814623ca59362e2 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Mon, 18 Jul 2022 17:13:10 +0200 Subject: [PATCH] Ignore -s flag as safemode is no longer supported Resolves #1032 --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 1d00ae67..3ed3fc78 100644 --- a/src/main.c +++ b/src/main.c @@ -576,6 +576,7 @@ int main(int argc, char * argv []) terminal = 1; break; + case 's': case 'u': avrdude_message(MSG_INFO, "%s: \"safemode\" feature no longer supported\n", progname);