diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-07-25 01:11:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-07-25 01:11:24 +0000 |
commit | 5c274d106b8b30403ce8742056518ce33f397ed2 (patch) | |
tree | afda36c72af78c36df983d2ca5acda3f528cef04 /Demos/Device/LowLevel/MassStorage/MassStorage.h | |
parent | 110711598af766ef5da7aaf183d0c4886beb8fb7 (diff) | |
download | lufa-5c274d106b8b30403ce8742056518ce33f397ed2.tar.gz lufa-5c274d106b8b30403ce8742056518ce33f397ed2.tar.bz2 lufa-5c274d106b8b30403ce8742056518ce33f397ed2.zip |
Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used.
Remove old unused function prototype in the LowLevel MassStorage device demo.
Diffstat (limited to 'Demos/Device/LowLevel/MassStorage/MassStorage.h')
-rw-r--r-- | Demos/Device/LowLevel/MassStorage/MassStorage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/MassStorage.h b/Demos/Device/LowLevel/MassStorage/MassStorage.h index c08e630c2..08f3388a2 100644 --- a/Demos/Device/LowLevel/MassStorage/MassStorage.h +++ b/Demos/Device/LowLevel/MassStorage/MassStorage.h @@ -90,7 +90,5 @@ static void ReturnCommandStatus(void); #endif - uint8_t StreamCallback_AbortOnMassStoreReset(void); - #endif |