Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks, not byte sized chunks.

This commit is contained in:
Dean Camera 2009-12-28 07:50:20 +00:00
parent 7c8f4a716f
commit 4600fd0cb6
4 changed files with 22 additions and 9 deletions

View file

@ -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"