Commit e4c97f0d authored by Lucas Russo's avatar Lucas Russo

chips/sm_ch_24aa64.c: change debug message "READ" to lowercase

parent 8f5c00fe
......@@ -188,7 +188,7 @@ static ssize_t _smch_24aa64_read_generic (smch_24aa64_t *self, uint16_t addr,
E24AA64_ADDR_W(addr), size, (uint32_t *) data);
/* Check if we have written everything */
ASSERT_TEST(err >= 0 && (size_t) err == size /* in bytes */,
"Could not READ from SMPR", err_smpr_read, -1);
"Could not read from SMPR", err_smpr_read, -1);
/* 24AA64 takes up to 2 ms to write the page */
SMCH_24AA64_WAIT_DFLT;
......
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