Commit 63ee0ce2 authored by TMRh20's avatar TMRh20

Corrected part of the documentation

parent 14187cd1
...@@ -308,7 +308,7 @@ public: ...@@ -308,7 +308,7 @@ public:
* getPayloadSize(). However, you can write less, and the remainder * getPayloadSize(). However, you can write less, and the remainder
* will just be filled with zeroes. * will just be filled with zeroes.
* *
* TX/RX/RT interrupt flags will be cleared every time write is called * ONLY max retry interrupt flags will be cleared when writeFast is called
* *
* @param buf Pointer to the data to be sent * @param buf Pointer to the data to be sent
* @param len Number of bytes to be sent * @param len Number of bytes to be sent
...@@ -335,7 +335,7 @@ public: ...@@ -335,7 +335,7 @@ public:
* getPayloadSize(). However, you can write less, and the remainder * getPayloadSize(). However, you can write less, and the remainder
* will just be filled with zeroes. * will just be filled with zeroes.
* *
* TX/RX/RT interrupt flags will be cleared every time write is called * ONLY max retry interrupt flags will be cleared when writeBlocking is called
* *
* @param buf Pointer to the data to be sent * @param buf Pointer to the data to be sent
* @param len Number of bytes to be sent * @param len Number of bytes to be sent
...@@ -899,7 +899,7 @@ public: ...@@ -899,7 +899,7 @@ public:
* @section News News * @section News News
* *
* March 2014: Fork currently being optimized for high speed and more responsive data transfers * March 2014: Fork currently being optimized for high speed and more responsive data transfers
* * If issues are discovered with the documentation, please report them here: <a href="https://github.com/TMRh20/tmrh20.github.io/issues"> here</a>
* @section Useful Useful References * @section Useful Useful References
* *
* Please refer to: * Please refer to:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment