Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to save on FLASH space.

Fixed issue in AVRISP project where the target RESET line was being toggled before it was tristated, causing problems synchronising to some targets (thanks to Mike Alex).
This commit is contained in:
Dean Camera 2009-08-27 13:12:44 +00:00
parent 023838fe4a
commit 922e60192d
8 changed files with 260 additions and 292 deletions

View file

@ -82,6 +82,6 @@
void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode, const uint8_t SubErrorCode);
void EVENT_USB_Host_DeviceEnumerationComplete(void);
void ShowDiskReadError(char* CommandString, bool FailedAtSCSILayer, uint8_t ErrorCode);
void ShowDiskReadError(char* CommandString, uint8_t ErrorCode);
#endif