Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling for board Digispark (Default - 16.5mhz) #1

Open
andvolodko opened this issue Apr 22, 2021 · 1 comment
Open

Error compiling for board Digispark (Default - 16.5mhz) #1

andvolodko opened this issue Apr 22, 2021 · 1 comment

Comments

@andvolodko
Copy link

Error:

core\core.a(wiring.c.o): In function `__vector_4':
C:\Users\Andrii\Documents\ArduinoData\packages\digistump\hardware\avr\1.6.7\cores\tiny/wiring.c:93: multiple definition of `__vector_4'
libraries\PrecisionServo\ServoManager.cpp.o:C:\Users\Andrii\Documents\Arduino\libraries\PrecisionServo/ServoManager.cpp:150: first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Digispark (Default - 16.5mhz).

Screenshot:
https://imgur.com/kiCweaz

@andvolodko
Copy link
Author

Seems like that fix help compile:
ISR(TIMER1_COMPA_vect) {
updateServos();
}

But not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant