hexagon5un / AVR-Programming

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

Missing prototipe #14

Closed wifixcort closed 8 years ago

wifixcort commented 8 years ago

In the file uart.c missing function prototype char nibbleToHexCharacter(uint8_t nibble)

hexagon5un commented 8 years ago

Thanks for that. I've added a prototype to USART.h for it.