Index: current/src/usbs_at91.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/usb/at91/current/src/usbs_at91.c,v
retrieving revision 1.5
diff -u -r1.5 usbs_at91.c
--- current/src/usbs_at91.c	3 Nov 2008 08:48:19 -0000	1.5
+++ current/src/usbs_at91.c	9 Nov 2008 16:39:39 -0000
@@ -431,7 +431,7 @@
 {                
 #ifdef CYGDAT_DEVS_USB_AT91_GPIO_SET_PULLUP_INTERNAL
   cyg_uint32 txvc;
-  HAL_READ_UINT32(AT91_UDP + AT91_UDP_TXVC, buf);
+  HAL_READ_UINT32(AT91_UDP + AT91_UDP_TXVC, txvc);
   if (set) {
     txvc |= AT91_UDP_TXVC_PUON;
   } else {
