From 8a03c98d0a48095d5ff599b5f28237b8048d1b52 Mon Sep 17 00:00:00 2001 From: pvvx Date: Sun, 2 Apr 2017 21:42:18 +0300 Subject: [PATCH] update --- README.md | 3 ++- RTL00_SDKV35a/component/common/api/wifi_api.c | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6aecdbd..9b3f39b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ JTAG/SWD Drivers:
* [SEEGER J-Link Software and Documentation Pack](https://www.segger.com/downloads/jlink)
* [Converting ST-LINK on-board into a J-Link](https://www.segger.com/jlink-st-link.html)
System:
-* [MinGW](https://sourceforge.net/projects/mingw-w64/)
+* [MinGW64](https://sourceforge.net/projects/mingw-w64/)
+* [Minimalist GNU for Windows](http://www.mingw.org/wiki/msys)
* [GNU ARM Embedded Toolchain](https://launchpad.net/gcc-arm-embedded/+download)
* [OpenOCD: Open On-Chip Debugger](https://sourceforge.net/projects/gnuarmeclipse/files/OpenOCD/)
Eclipse:
diff --git a/RTL00_SDKV35a/component/common/api/wifi_api.c b/RTL00_SDKV35a/component/common/api/wifi_api.c index 6b3c84a..a194b6a 100644 --- a/RTL00_SDKV35a/component/common/api/wifi_api.c +++ b/RTL00_SDKV35a/component/common/api/wifi_api.c @@ -741,8 +741,8 @@ void fATSF(int argc, char *argv[]) /* -------- WiFi Scan ------------------------------- */ unsigned char *tab_txt_rtw_secyrity[] = { - "OPEN ", - "WEP ", + "OPEN ", + "WEP ", "WPA TKIP", "WPA AES", "WPA2 AES", @@ -817,7 +817,7 @@ void fATSN(int argc, char *argv[]) }; vPortFree(channel_list); } else { - printf(" ERROR: Can't malloc memory for channel list\n"); + printf("ERROR: Can't malloc memory for channel list\n"); }; }