X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3aa8620a61cea8676c74b5e61527ab273f13ec70..fa85c5e4169c27cb76c24e89cab63c2b062739c4:/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h?ds=inline diff --git a/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h b/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h index 891f2f5bc..5c2dad637 100644 --- a/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h +++ b/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h @@ -48,7 +48,7 @@ * Stream callback functions should return a value from the StreamCallback_Return_ErrorCodes_t * enum. * - * Usage Example (Device Endpoint, but applicable for Host pipes also): + * Usage Example (Device Endpoint, but applicable for Host Pipes also): * \code * STREAM_CALLBACK(GlobalNotSet); // Callback Prototype *