aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-21 13:39:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-21 13:39:56 +0000
commit988604b25dc80c58841b6c6d7ffff6280ca51c9a (patch)
tree40bd11ad14425b721b37d6eaa8cb409d69ef9f2f /Projects/XPLAINBridge/XPLAINBridge.h
parent51c2dcf3b09960a5a50f57f8395a1e2655550db4 (diff)
downloadlufa-988604b25dc80c58841b6c6d7ffff6280ca51c9a.tar.gz
lufa-988604b25dc80c58841b6c6d7ffff6280ca51c9a.tar.bz2
lufa-988604b25dc80c58841b6c6d7ffff6280ca51c9a.zip
Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and XPLAINBridge project loops and into the AVRISP management function.
Diffstat (limited to 'Projects/XPLAINBridge/XPLAINBridge.h')
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h
index 72e90463d..3d257e5ae 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.h
+++ b/Projects/XPLAINBridge/XPLAINBridge.h
@@ -84,7 +84,7 @@
/* Function Prototypes: */
void SetupHardware(void);
void AVRISP_Task(void);
- void USARTBridge_Task(void);
+ void UARTBridge_Task(void);
void EVENT_USB_Device_ConfigurationChanged(void);
void EVENT_USB_Device_UnhandledControlRequest(void);