Browse Source

[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
Dave Johnson 6 years ago
parent
commit
a5b0bf86f1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/PlatformIO/boards/at90USB1286.json

+ 1
- 1
buildroot/share/PlatformIO/boards/at90USB1286.json View File

@@ -11,7 +11,7 @@
11 11
   "name": "at90USB1286.json",
12 12
   "upload": {
13 13
     "maximum_ram_size": 8192,
14
-    "maximum_size": 130048,
14
+    "maximum_size": 122880,
15 15
     "require_upload_port": true,
16 16
     "protocol": ""
17 17
   },

Loading…
Cancel
Save