Skip to content

Commit 6869474

Browse files
authored
ESP32_GENERIC_C3/mpconfigboard.h: Correct format error part two.
Signed-off-by: Rick Sorensen <[email protected]>
1 parent 92a6473 commit 6869474

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 Defaults:
23+
#define I2C Defaults
2424
#define MICROPY_HW_I2C0_SCL (7)
2525
#define MICROPY_HW_I2C0_SDA (6)

0 commit comments

Comments
 (0)