Skip to content

Fixdefines #126

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

Closed
wants to merge 3 commits into from
Closed

Fixdefines #126

wants to merge 3 commits into from

Conversation

iMartyn
Copy link
Contributor

@iMartyn iMartyn commented Nov 2, 2012

Multiple locations in the source are #if defined(blah) || blah2 || blah3 instead of #if defined(blah) || defined(blah2) || defined(blah3)

This branch fixes a few of them.

@ffissore ffissore added the New label Feb 27, 2014
@cmaglie cmaglie added feature request A request to make an enhancement (not a bug fix) Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) labels Apr 8, 2015
@cmaglie cmaglie added this to the Release 1.6.6 milestone Jul 14, 2015
@cmaglie cmaglie closed this in 94af627 Jul 14, 2015
@cmaglie
Copy link
Member

cmaglie commented Jul 14, 2015

Rebased and merged. Thank you!

tbowmo pushed a commit to tbowmo/Arduino that referenced this pull request Jul 14, 2016
Corrected a celcius/fahrenheit conversion,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants