Skip to content

Commit a1fe323

Browse files
lurchkilograham
authored andcommitted
Typo
mismatched closing-quote
1 parent f8933bd commit a1fe323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i2c/mpu6050_i2c/mpu6050_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ int main() {
8181
stdio_init_all();
8282
#if !defined(i2c_default) || !defined(PICO_DEFAULT_I2C_SDA_PIN) || !defined(PICO_DEFAULT_I2C_SCL_PIN)
8383
#warning i2c/bus_scan example requires a board with I2C pins
84-
puts("Default I2C pins were not defined');
84+
puts("Default I2C pins were not defined");
8585
#else
8686
printf("Hello, MPU6050! Reading raw data from registers...\n");
8787

0 commit comments

Comments
 (0)