Skip to content

Commit

Permalink
Merge pull request #379 from KeithV/master
Browse files Browse the repository at this point in the history
upload max was sized too small, sized for USB not FTDI
  • Loading branch information
ricklon committed Aug 16, 2013
2 parents 31e43c9 + 3e8ad8e commit af449db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/pic32/variants/Cmod/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmod.compiler.cpp.flags=-O2::-c::-mno-smart-io::-w::-fno-exceptions::-ffunction-

cmod.upload.protocol=stk500v2
# 128KB - 4K for EEPROM
cmod.upload.maximum_size=122880
cmod.upload.maximum_size=126976
cmod.upload.speed=115200

cmod.bootloader.low_fuses=0xff
Expand Down

0 comments on commit af449db

Please sign in to comment.