Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WIFI_API_32kRAM by
Revision 27:40ec92889c3c, committed 2016-01-26
- Comitter:
- gillwei7
- Date:
- Tue Jan 26 09:30:40 2016 +0000
- Parent:
- 26:d935a6ff315c
- Commit message:
- Turn down WIFI_API_DEBUG_LOG in wifi_api.h
Changed in this revision
WIFI_Driver/wifi_api.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/WIFI_Driver/wifi_api.h Fri Jan 22 06:02:16 2016 +0000 +++ b/WIFI_Driver/wifi_api.h Tue Jan 26 09:30:40 2016 +0000 @@ -21,7 +21,7 @@ * - configure each SPI module separately through @ref spi_master_init. */ -#define WIFI_API_DEBUG_LOG 1 +#define WIFI_API_DEBUG_LOG 0 #define WIFI_API_DEBUG_TX_PIN USBTX #define WIFI_API_DEBUG_BAUDRATE 115200