Skip to content

Commit b72edc3

Browse files
committed
fixup! boards: add Wemos D1 R32 board (ESPDuino-32)
1 parent 1e274e1 commit b72edc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/esp32-wemos-d1-r32/include/arduino_iomap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727

2828
#define ARDUINO_UART_D0D1 UART_DEV(0) /**< Arduino UART interface */
2929
#define ARDUINO_SPI_D11D12D13 SPI_DEV(0) /**< Arduino SPI bus */
30-
#define ARDUINO_I2C_MEGA I2C_DEV(0) /**< Arduino I2C bus */
30+
#define ARDUINO_I2C_UNO I2C_DEV(0) /**< Arduino I2C bus */
3131
#define ARDUINO_LED 14 /**< LED is connected to Arduino pin 14 */
3232

3333
/**

0 commit comments

Comments
 (0)