So if i want to compile with Arduino Ide greater than 1.8 then have error with the ISR Vector-Prefix.
Here the Message:
C:\Program Files (x86)\Arduino\libraries\AtTouch-1.0.4\AtTouch.cpp: In function 'void bttnPressISR()':
C:\Program Files (x86)\Arduino\libraries\AtTouch-1.0.4\AtTouch.cpp:318:6: warning: 'bttnPressISR' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
void bttnPressISR()
^~~~~~~~~~~~
In function 'bttnPressISR':
C:\Program Files (x86)\Arduino\libraries\AtTouch-1.0.4\AtTouch.cpp:318:6: warning: 'bttnPressISR' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
void bttnPressISR()
Is there a quick solution to solve this?
So if i want to compile with Arduino Ide greater than 1.8 then have error with the ISR Vector-Prefix.
Here the Message:
C:\Program Files (x86)\Arduino\libraries\AtTouch-1.0.4\AtTouch.cpp: In function 'void bttnPressISR()':
C:\Program Files (x86)\Arduino\libraries\AtTouch-1.0.4\AtTouch.cpp:318:6: warning: 'bttnPressISR' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
void bttnPressISR()
^~~~~~~~~~~~
In function 'bttnPressISR':
C:\Program Files (x86)\Arduino\libraries\AtTouch-1.0.4\AtTouch.cpp:318:6: warning: 'bttnPressISR' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
void bttnPressISR()
Is there a quick solution to solve this?