Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks, not byte sized chunks.
This commit is contained in:
parent
7c8f4a716f
commit
4600fd0cb6
4 changed files with 22 additions and 9 deletions
|
@ -42,6 +42,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
#include <LUFA/Drivers/Peripheral/SerialStream.h>
|
||||
|
||||
#include "../V2Protocol.h"
|
||||
#include "XPROGTarget.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue