Fix incomplete StandaloneProgrammer project code not compiling due to the recent API changes in the LUFA core.

This commit is contained in:
Dean Camera 2010-10-13 14:25:36 +00:00
parent 31daf04c6a
commit 421479a4b9
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ DRESULT disk_readp (
DRESULT ErrorCode = RES_OK;
uint8_t BlockTemp[512];
if (USB_CurrentMode == USB_MODE_HOST)
if (USB_CurrentMode == USB_MODE_Host)
{
#if defined(USB_CAN_BE_HOST)
if (USB_HostState != HOST_STATE_Configured)