-
-
Notifications
You must be signed in to change notification settings - Fork 718
Closed
Labels
Description
Hi!
I've recently updated the platform to release 3.2.0 and my code doesnt' compile:
C:\Users\luca\.platformio\packages\framework-arduinoespressif32\cores\esp32\esp32-hal-spi.c: In function 'spiTransferBytesNL':
C:\Users\luca\.platformio\packages\framework-arduinoespressif32\cores\esp32\esp32-hal-spi.c:922:39: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
uint8_t * last_out8 = &result[c_longs-1];
^
C:\Users\luca\.platformio\packages\framework-arduinoespressif32\cores\esp32\esp32-hal-spi.c:923:40: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
Compiling .pio\build\lolin32\FrameworkArduino\main.cpp.o
uint8_t * last_data8 = &last_data;
If I revert to 3.1.1, everything works fine.
Thanks