Ignore -s flag as safemode is no longer supported

Resolves #1032
This commit is contained in:
MCUdude 2022-07-18 17:13:10 +02:00
parent c81f52ff10
commit ec467c465e
1 changed files with 1 additions and 0 deletions

View File

@ -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);