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 7d7a0fb commit 1b5be2eCopy full SHA for 1b5be2e
cpu/sam0_common/periph/i2c.c
@@ -107,7 +107,7 @@ static bool _check_and_unblock_bus(i2c_t dev_id, bool initialized)
107
{
108
const i2c_conf_t *dev_conf = &i2c_config[dev_id];
109
110
- /* power of SERCOM and reconfigure pins to gpio for testing */
+ /* power off SERCOM and reconfigure pins to GPIO for testing */
111
_i2c_poweroff(dev_id);
112
gpio_disable_mux(dev_conf->sda_pin);
113
gpio_disable_mux(dev_conf->scl_pin);
0 commit comments