We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joerg Wunsch Wed 30 Nov 2005 11:06:48 PM UTC
When trying to program an AT90S8515 and AT90S8535, I get safemode warnings like:
avrdude: safemode: fuse changed! Was 0, and is now ff Would you like this fuse to be changed back? [y/n] n
Ignoring the warning shows that everything is actually OK.
This issue was migrated from https://savannah.nongnu.org/bugs/?15113
The text was updated successfully, but these errors were encountered:
Colin O Flynn <c_oflynn> Tue 17 Jan 2006 08:18:36 PM UTC
Ooops, finally got my hands on some hardware to test this.
It was a tiny error, of "safemode_fuse" vs. "safemodeafter_fuse".
Fixed in CVS.
&safemodeafter_efuse, &safemodeafter_fuse, pgm, p, verbose) != 0) {
Sorry, something went wrong.
No branches or pull requests
Joerg Wunsch
Wed 30 Nov 2005 11:06:48 PM UTC
When trying to program an AT90S8515 and AT90S8535, I get
safemode warnings like:
avrdude: safemode: fuse changed! Was 0, and is now ff
Would you like this fuse to be changed back? [y/n] n
Ignoring the warning shows that everything is actually OK.
This issue was migrated from https://savannah.nongnu.org/bugs/?15113
The text was updated successfully, but these errors were encountered: