Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool to be...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 28 Oct 2012 13:56:14 +0000 (13:56 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 28 Oct 2012 13:56:14 +0000 (13:56 +0000)
commit9740d3a55f1e5dc297aeddbb3c822831a426c658
treeb073eceabe20dc5b0cac5b1ae4b425f0069e3b97
parent2b43a6d7df6221b979f08326c02eb1cfdd077c49
Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool to be more semantically correct, since it is bitwise ORed to obtain a byte address in the AVR's flash memory.
Bootloaders/CDC/BootloaderCDC.c