Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard processor macros #28

Merged
merged 1 commit into from Jun 12, 2016
Merged

Use standard processor macros #28

merged 1 commit into from Jun 12, 2016

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented May 31, 2016

The previous macros used were core specific and caused compiling for
these processors to fail when a core(such as https://github.com/damellis/attiny) that didn't define them was used.

closes #13

The previous macros used were core specific and caused compiling for
these processors to fail when a core that didn't define them was used.
@mchr3k mchr3k merged commit 2fcca52 into mchr3k:master Jun 12, 2016
@mchr3k mchr3k mentioned this pull request Jun 12, 2016
@bodtx
Copy link

bodtx commented Jan 16, 2017

I do not see this merge in the master... Still having the problem on attiny85

@per1234
Copy link
Contributor Author

per1234 commented Jan 16, 2017

@bodtx the problem you're encountering was caused by a regression introduced in 18d6cb8. I should have this fixed in #33. I'd appreciate if you would give it a test and let me know if it works/doesn't work for you. You can download my fixed version of the library at https://github.com/per1234/arduino-libs-manchester/archive/fix-processor-macro-regression.zip.

@bodtx
Copy link

bodtx commented Jan 16, 2017

I've tested just right now and this zipped library is working 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't compile for ATtiny84
3 participants