Skip to content

Commit a758313

Browse files
committed
ESP32_GENERIC_C3/mpconfigboard.h: Fix signing and format err part 4.
Signed-off-by: Rick Sorensen <[email protected]>
1 parent 9caceef commit a758313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
Without defining, SDL/SDA default is 19/18 which
2121
conflict with USB
2222
**/
23-
#define I2C pin defaults
23+
// define I2C pin defaults
2424
#define MICROPY_HW_I2C0_SCL (7)
2525
#define MICROPY_HW_I2C0_SDA (6)

0 commit comments

Comments
 (0)