1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Removed deprecated interrupt handlers

Fixes #831 #881 #955 #1123 #1140
This commit is contained in:
Cristian Maglie
2013-03-29 14:41:36 +01:00
parent 0e7a434fe8
commit f88c9847ac
6 changed files with 32 additions and 44 deletions

View File

@ -3,7 +3,9 @@ ARDUINO 1.0.5
[core]
* malloc bug: backported avr-libc 1.8.0 implementation
* [avr] malloc bug: backported avr-libc 1.8.0 implementation
* [avr] removed deprecated interrupt handlers causing compiler issues
with newer avr-gcc.
[libraries]