Use RT1050 board
I add wifi_iperf source file to some IO expender project.
I add C/C++ Build -> Settings - > MCU C Compiler -> includes and C/C++ Build -> Settings - > MCU Assembler -> General to wifi workspace path.
it will occur undeclared error,but I can find in the another include file.
but #define MAX_PORT can find the wifidriver/incl/mlan_main.h,why it can't link to MAX_PORT.
thanks~
Hi @danielchen
I already included (MCU C compiler -> includes path) and (MCU Assembler -> General)
but it doesn't work .
I find the file (wifi/wifidriver/incl/mlan_main.h) already define :"MAX_PORT",
but error message :(error: 'MAX_PORT' undeclared (first use in this function); did you mean 'MAXSTORE'?)
Is anything I need to check?