Skip to content

Commit 1b5be2e

Browse files
maribucrasbe
andauthored
Update cpu/sam0_common/periph/i2c.c
Co-authored-by: crasbe <[email protected]>
1 parent 7d7a0fb commit 1b5be2e

File tree

1 file changed

+1
-1
lines changed
  • cpu/sam0_common/periph

1 file changed

+1
-1
lines changed

cpu/sam0_common/periph/i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static bool _check_and_unblock_bus(i2c_t dev_id, bool initialized)
107107
{
108108
const i2c_conf_t *dev_conf = &i2c_config[dev_id];
109109

110-
/* power of SERCOM and reconfigure pins to gpio for testing */
110+
/* power off SERCOM and reconfigure pins to GPIO for testing */
111111
_i2c_poweroff(dev_id);
112112
gpio_disable_mux(dev_conf->sda_pin);
113113
gpio_disable_mux(dev_conf->scl_pin);

0 commit comments

Comments
 (0)