renesas-ra: Fix spelling mistakes found by codespell.

And enable codespell for this port in `pyproject.toml`.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2024-03-07 14:12:15 +11:00
parent ab6d59d7bd
commit b3f2f18f92
13 changed files with 17 additions and 18 deletions

View File

@@ -625,7 +625,7 @@ static void ra_i2c_ictei_isr(R_IIC0_Type *i2c_inst) {
action->m_status = RA_I2C_STATUS_DataSendCompleted;
i2c_inst->ICCR2_b.SP = 1;
} else {
action->m_status = RA_I2C_STATUS_Stopped; // set Stopped status insted STOP condition
action->m_status = RA_I2C_STATUS_Stopped; // set Stopped status instead STOP condition
}
} else {
ra_i2c_xaction_start(i2c_inst, action, true);