diff --git a/variants/ARDUINO_NANO33BLE/pins_arduino.h b/variants/ARDUINO_NANO33BLE/pins_arduino.h index ae78d94ee..8d2fd7283 100644 --- a/variants/ARDUINO_NANO33BLE/pins_arduino.h +++ b/variants/ARDUINO_NANO33BLE/pins_arduino.h @@ -118,8 +118,8 @@ static const uint8_t SCK = PIN_SPI_SCK; #define PIN_WIRE_SDA1 (30u) #define PIN_WIRE_SCL1 (31u) -#define PIN_ENABLE_SENSORS_3V3 (32u) -#define PIN_ENABLE_I2C_PULLUP (33u) +#define PIN_ENABLE_I2C_PULLUP (32u) +#define PIN_ENABLE_SENSORS_3V3 (33u) #define PIN_INT_APDS (26u)