mchr3k / arduino-libs-manchester

172 stars 113 forks source link

Fix ATtiny processor macro regression #33

Closed per1234 closed 7 years ago

per1234 commented 7 years ago

__AVR_ATtinyX5__ is a nonstandard macro that may not be defined in all hardware cores(i.e. damellis/attiny). This issue was fixed in https://github.com/mchr3k/arduino-libs-manchester/commit/23880ca2556c4293e018cf272accb433753e8374 but partially regressed in https://github.com/mchr3k/arduino-libs-manchester/commit/18d6cb83f1d07e32064cc99652a7fd60e00fa59a.

Fixes https://github.com/mchr3k/arduino-libs-manchester/issues/32