Skip to content

Library Broken on New Arduinos IDE #3

Description

@nighteagle1974

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions