anilgkts / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Remove dperecated interrupt handlers #831

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should use avr-libc's ISR macro instead of the deprecated SIGNAL macro.

Original issue reported on code.google.com by arpad.go...@gmail.com on 26 Feb 2012 at 6:32

GoogleCodeExporter commented 9 years ago
This will start showing up as compile failures for linux users who have newer 
versions of the compiler/avr-libc,where SIGNAL is more strong deprecated.  eg 
http://code.google.com/p/arduino/issues/detail?id=881

Original comment by wes...@gmail.com on 28 Apr 2012 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by c.mag...@arduino.cc on 3 Apr 2013 at 11:59