X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/663f449c10b9a77a429aaa81066ce2b43ca6dc39..e0985b995009d71b80d214a66944e76f4e41aadb:/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h diff --git a/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h b/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h index 5f0b73742..6a18920c3 100644 --- a/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h +++ b/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h @@ -47,7 +47,7 @@ * these functions are used) which allow the user application to abort the transfer when certain * arbitrary conditions are met. * - * Stream callback functions should return a value from the StreamCallback_Return_ErrorCodes_t + * Stream callback functions should return a value from the \ref StreamCallback_Return_ErrorCodes_t * enum. * * Usage Example (Device Endpoint, but applicable for Host Pipes also):