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

ArduinoIDE 1.8.0 #6

Closed
Cysign opened this issue Feb 8, 2017 · 3 comments
Closed

ArduinoIDE 1.8.0 #6

Cysign opened this issue Feb 8, 2017 · 3 comments

Comments

@Cysign
Copy link

Cysign commented Feb 8, 2017

Hi, using sdelay.h with ArduinoIDE 1.8.0 i get this error:

sdelay.h:8: error: redefinition of 'void __vector_12()'

ISR(WDT_vect) {

 ^

sketch\sdelay.h:8:5: note: 'void __vector_12()' previously defined here

ISR(WDT_vect) {

How might I solve this?

@Cysign Cysign mentioned this issue Feb 15, 2017
@Cysign
Copy link
Author

Cysign commented Feb 15, 2017

Stupid me. Double-included sdelay.h...

@Cysign Cysign closed this as completed Feb 15, 2017
@Cysign
Copy link
Author

Cysign commented Feb 15, 2017

But the .cpp file was the main problem ;)

@cano64
Copy link
Owner

cano64 commented Feb 15, 2017

I refactored the library, try now

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

2 participants