cancel
Showing results for 
Search instead for 
Did you mean: 

en.x-cube-wifi1_firmware_v3.0.2 + wifi_module.c

yoann LBY
Senior
Posted on June 30, 2017 at 17:23

hi,

in the package en.x-cube-wifi1_firmware_v3.0.2 with SPWF04sx + STM32F401, there is an error in the file wifi_module.c in line 858 and 862 = bas syntax with mdk_arm V5.

&sharpif defined (USE_STM32L0XX_NUCLEO) || (USE_STM32F4XX_NUCLEO) || (USE_STM32L4XX_NUCLEO)

must be

&sharpif defined (USE_STM32L0XX_NUCLEO) || defined (USE_STM32F4XX_NUCLEO) || defined (USE_STM32L4XX_NUCLEO)

have a good day

Yoann

#n.x-cube-wifi1_firmware_v3.0.2-+-wifi_module.c-+-error
0 REPLIES 0