We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ccd9c commit d833df2Copy full SHA for d833df2
adafruit_avrprog.py
@@ -73,7 +73,7 @@ class Boards:
73
}
74
ATmega644pa = {
75
"name": "ATmega644pa",
76
- "sig": [0x1E, 0x96, 0x0A],
+ "sig": [0x1E, 0x96, 0x0A],
77
"flash_size": 65536,
78
"page_size": 256,
79
"fuse_mask": (0xF7, 0x8F, 0xFD, 0xFF),
0 commit comments