Skip to content
Snippets Groups Projects
Commit a5b0bf86 authored by Dave Johnson's avatar Dave Johnson Committed by Scott Lahteine
Browse files

[2.0.x] Correct PROGMEM on DFU-equiped AT90USB boards (#10943)

130048 is available on genuine Teensy2.0++ with Paul's "Halfkay" bootloader.  Atmel DFU-equiped boards have only 122880 available
parent c2bdbdff
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
"name": "at90USB1286.json",
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 130048,
"maximum_size": 122880,
"require_upload_port": true,
"protocol": ""
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment