Fixed inverted LED logic in the OLIMEX162 board LED driver.

This commit is contained in:
Dean Camera 2012-03-20 06:18:41 +00:00
parent e58915344d
commit a77c3edc37
2 changed files with 8 additions and 7 deletions

View file

@ -28,6 +28,7 @@
* - Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep)
* - Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid)
* - Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to Sam Lin)
* - Fixed inverted LED logic in the OLIMEX162 board LED driver
* - Library Applications:
* - Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks to Ben R. Porter)
*