projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved out the handling of V2 Protocol parameters to a seperate set of files. Added...
[pub/USBasp.git]
/
Projects
/
Unfinished
/
AVRISP
/
AVRISP.c
diff --git
a/Projects/Unfinished/AVRISP/AVRISP.c
b/Projects/Unfinished/AVRISP/AVRISP.c
index
e937253
..
0b10124
100644
(file)
--- a/
Projects/Unfinished/AVRISP/AVRISP.c
+++ b/
Projects/Unfinished/AVRISP/AVRISP.c
@@
-43,7
+43,7
@@
int main(void)
{
\r
SetupHardware();
\r
\r
{
\r
SetupHardware();
\r
\r
- V2P
rotocol_Init
();
\r
+ V2P
arams_LoadEEPROMParamValues
();
\r
\r
printf("AVRISP-MKII Clone\r\n");
\r
\r
\r
printf("AVRISP-MKII Clone\r\n");
\r
\r
@@
-100,7
+100,8
@@
void EVENT_USB_Device_ConfigurationChanged(void)
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);
\r
}
\r
}
\r
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);
\r
}
\r
}
\r
-
+
\r
+/** Processes incomming V2 Protocol commands from the host, returning a response when required. */
void Process_AVRISP_Commands(void)
{
/* Device must be connected and configured for the task to run */
\r
void Process_AVRISP_Commands(void)
{
/* Device must be connected and configured for the task to run */
\r