JiriBilek / WiFiSpi

SPI library for Arduino AVR and STM32F1 to connect to ESP8266
GNU Lesser General Public License v3.0
62 stars 13 forks source link

Deprecated boolean type #25

Closed JiriBilek closed 3 years ago

JiriBilek commented 3 years ago

Newer compilers, namely xpack-arm-none-eabi-gcc/9.2.1-1.1 issues warnings about deprecated boolean type. warning: 'boolean' is deprecated [-Wdeprecated-declarations] Change boolean to bool.

JiriBilek commented 3 years ago

Fixed by https://github.com/JiriBilek/WiFiSpi/pull/26