We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65d93e commit a6353b0Copy full SHA for a6353b0
components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/I2CTester.h
@@ -76,9 +76,9 @@ class I2CTester: public MbedTester {
76
uint32_t get_receive_checksum();
77
78
/**
79
- * Read a checksum of data read from the tester
+ * Read a checksum the tester calculated for data it has already sent
80
*
81
- * @return The sum of all bytes read from the tester since reset
+ * @return The sum of all bytes the tester has sent since reset
82
*/
83
uint32_t get_send_checksum();
84
0 commit comments