Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called.

This commit is contained in:
Dean Camera 2010-10-06 11:51:53 +00:00
parent 3ae9e6042f
commit accadba2dd
2 changed files with 2 additions and 0 deletions

View file

@ -68,6 +68,7 @@
* - Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver
* - Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set
* - Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used
* - Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called
*
* \section Sec_ChangeLog100807 Version 100807
* <b>New:</b>