X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/27fb44268fe72a911441b459098551d12f00ef90..a14ece5f5727e5c8c6b32ed144808ee9ec66ac78:/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h index dcfc8407c..1e9b99bb1 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h @@ -115,7 +115,7 @@ /** Application macro: Captures the application buffer, locking it for device-to-host transmissions only. This should be * performed when the application needs to transmit several packets worth of data in succession with no interruptions from the host. * - * \note The application must check that the buffer can be locked first using TCP_APP_CAN_CAPTURE_BUFFER(). + * \pre The application must check that the buffer can be locked first using TCP_APP_CAN_CAPTURE_BUFFER(). * * \param[in] Buffer Application buffer to lock */