Skip to content

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