Skip to content

Commit a6353b0

Browse files
I2CTester: fix dosc
1 parent b65d93e commit a6353b0

File tree

1 file changed

+2
-2
lines changed
  • components/testing/COMPONENT_FPGA_CI_TEST_SHIELD

1 file changed

+2
-2
lines changed

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/I2CTester.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ class I2CTester: public MbedTester {
7676
uint32_t get_receive_checksum();
7777

7878
/**
79-
* Read a checksum of data read from the tester
79+
* Read a checksum the tester calculated for data it has already sent
8080
*
81-
* @return The sum of all bytes read from the tester since reset
81+
* @return The sum of all bytes the tester has sent since reset
8282
*/
8383
uint32_t get_send_checksum();
8484

0 commit comments

Comments
 (0)