Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP project.

Fix up references to functions in the Endpoint/Pipe documentation.
This commit is contained in:
Dean Camera 2009-08-20 07:16:55 +00:00
parent a9602f0250
commit 2f95eea146
5 changed files with 43 additions and 22 deletions

View file

@ -62,6 +62,7 @@
static void V2Protocol_Command_Unknown(uint8_t V2Command);
static void V2Protocol_Command_SignOn(void);
static void V2Protocol_Command_GetSetParam(uint8_t V2Command);
static void V2Protocol_Command_LoadAddress(void);
static void V2Protocol_Command_SPIMulti(void);
#endif