fixup typos
This commit is contained in:
committed by
Graham Sanderson
parent
82b6dc0576
commit
f8933bd5d2
@@ -35,7 +35,7 @@ int main() {
|
||||
// Enable UART so we can print status output
|
||||
stdio_init_all();
|
||||
#if !defined(i2c_default) || !defined(PICO_DEFAULT_I2C_SDA_PIN) || !defined(PICO_DEFAULT_I2C_SCL_PIN)
|
||||
#warning i2c/bus_scane example requires a board with I2C pins
|
||||
#warning i2c/bus_scan example requires a board with I2C pins
|
||||
puts("Default I2C pins were not defined");
|
||||
#else
|
||||
// This example will use I2C0 on the default SDA and SCL pins (4, 5 on a Pico)
|
||||
|
||||
Reference in New Issue
Block a user