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:
parent
a9602f0250
commit
2f95eea146
5 changed files with 43 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue