usbconfig

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Gudi

usbconfig

Post by Gudi » Tue Dec 02, 2008 3:58 pm

i've downloaded power switch project and tried to customize it. I want to change usb connection pins to PD2 and PD3. i've changed everything in usbconfig file, but device still works as if usb was connected to PB0 and B1. Maybe it's linking error, i dont know. i've tried everything.

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Fri Dec 05, 2008 6:50 pm

Did you do a "make clean" after the change? There is no explicit dependency on usbconfig.h in Makefile.

Post Reply