hexagon5un / AVR-Programming

Code examples for the book "Make: AVR Programming"
http://littlehacks.org/AVR-Programming
MIT License
744 stars 340 forks source link

Wrong example #22

Closed jstar88 closed 7 years ago

jstar88 commented 7 years ago

On this example: https://github.com/hexagon5un/AVR-Programming/blob/master/Chapter02_Programming-AVRs/blinkLED/blinkLED.c

DDRB |= 0b0000001; should be DDRB |= 0b00000001;

hexagon5un commented 7 years ago

Fixed. Thanks for pointing that out. I have no idea how I missed that or how it lived for a few years...

jstar88 commented 7 years ago

thank you for your great book

hexagon5un commented 7 years ago

@jstar88 You're more than welcome! Yay!