Skip to content

Commit

Permalink
Update daduda.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejChoo authored Feb 20, 2024
1 parent ea38fda commit 1ab9669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/daduda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ DaDuDa::DaDuDa(QWidget *parent)
devices["ATmega1284"] << "m1284" << "EF" << "C9" << "FF";
devices["ATmega1284P"] << "m1284p" << "EF" << "C9" << "FF";
devices["ATmega128A"] << "m128a" << "EF" << "C9" << "FF";
devices["ATmega16"] << "m1280" << "EF" << "C9" << "none";
devices["ATmega16"] << "m16" << "EF" << "C9" << "none";
devices["ATmega1608"] << "m1608" << "none" << "none" << "none";
devices["ATmega1609"] << "m1608" << "none" << "none" << "none";
devices["ATmega161"] << "m161" << "EF" << "none" << "none";
Expand Down

0 comments on commit 1ab9669

Please sign in to comment.