dagu wild 6x6 diag

Hi every body,
I am trying to tune the motor with the code Wild_Thumper_Diagnostic.
I use the last arduino soft 1.0.3
When I try to compile the code I receive errors:

In file included from C:\Users\Max\Desktop\arduino-1.0.3\hardware\arduino\cores\arduino/Arduino.h:213,
from Wild_Thumper_Diagnostic.pde:8:
C:\Users\Max\Desktop\arduino-1.0.3\hardware\arduino\variants\standard/pins_arduino.h:50: error: expected unqualified-id before numeric constant
C:\Users\Max\Desktop\arduino-1.0.3\hardware\arduino\variants\standard/pins_arduino.h:51: error: expected unqualified-id before numeric constant
C:\Users\Max\Desktop\arduino-1.0.3\hardware\arduino\variants\standard/pins_arduino.h:52: error: expected unqualified-id before numeric constant
C:\Users\Max\Desktop\arduino-1.0.3\hardware\arduino\variants\standard/pins_arduino.h:53: error: expected unqualified-id before numeric constant
C:\Users\Max\Desktop\arduino-1.0.3\hardware\arduino\variants\standard/pins_arduino.h:54: error: expected unqualified-id before numeric constant

Some one have got an idea to solve that.

Thanks
Max

Post your code!

Mark

I found the bug just now. Define with same name in code dans in pins_arduino.h

Now I can 't upload code on the dagu wild board:

avrdude: stk500_getsync(): not in sync: resp=0x00

any body have got an idea???

Post your code!

Solved again. Just my usb port bug. I rebooted my PC and it's work.