FujiNetWIFI / fujinet-firmware

8-bit systems to ESP32 WiFi Multifunction Firmware
https://fujinet.online
GNU General Public License v3.0
218 stars 66 forks source link

Fixed a clang error by initializing a variable separately from its declaration. #717

Closed boisy closed 2 months ago

boisy commented 2 months ago

The error was: variable-sized object may not be initialized

tschak909 commented 2 months ago

Thank you! :)