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

Attach/Detach interrupt implementation missing error #26

Closed
kiik opened this issue Jan 2, 2018 · 1 comment
Closed

Attach/Detach interrupt implementation missing error #26

kiik opened this issue Jan 2, 2018 · 1 comment

Comments

@kiik
Copy link

kiik commented Jan 2, 2018

In file included from /home/meelik/Tools/arduino-1.8.5/hardware/arduino/avr/cores/arduino/wiring_pulse.S:52:0:
/home/meelik/Tools/arduino-1.8.5/hardware/tools/avr/avr/include/avr/io.h:623:6: warning: #warning "device type not defined" [-Wcpp]
warning "device type not defined"

/home/meelik/Tools/arduino-1.8.5/hardware/arduino/avr/cores/arduino/WInterrupts.c: In function 'attachInterrupt':
/home/meelik/Tools/arduino-1.8.5/hardware/arduino/avr/cores/arduino/WInterrupts.c:151:8: error: #error attachInterrupt not finished for this CPU (case 0)

/home/meelik/Tools/arduino-1.8.5/hardware/arduino/avr/cores/arduino/WInterrupts.c: In function 'detachInterrupt':
/home/meelik/Tools/arduino-1.8.5/hardware/arduino/avr/cores/arduino/WInterrupts.c:243:8: error: #error detachInterrupt not finished for this cpu

exit status 1
Error compiling for board Atmel ATmega328PB Internal Clock.

Is there any way to bypass this error when the interrupt methods are not being used ?

@kiik
Copy link
Author

kiik commented Jan 2, 2018

Duplicate of #24

@kiik kiik closed this as completed Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant