forked from xuos/xiuos
fixed the bug of wifi test on nuttx and remove warning
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
|
||||
struct WifiParam
|
||||
{
|
||||
uint8_t wifi_ssid[128];
|
||||
uint8_t wifi_pwd[128];
|
||||
char wifi_ssid[128];
|
||||
char wifi_pwd[128];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user