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 WizFi250Interface by
Revision 19:502d9c5a0053, committed 2015-08-26
- Comitter:
- Ricky_Kwon
- Date:
- Wed Aug 26 07:55:34 2015 +0000
- Parent:
- 18:3a2282277ad0
- Commit message:
- Freedman v2
Changed in this revision
| WizFi250/WizFi250.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/WizFi250/WizFi250.h Thu Jul 30 11:13:12 2015 +0000
+++ b/WizFi250/WizFi250.h Wed Aug 26 07:55:34 2015 +0000
@@ -37,7 +37,7 @@
#define BUF_SIZE 1600
//Debug is disabled by default
-#if 1
+#if 0
#define WIZ_DBG(x, ...) std::printf("[WizFi250: DBG]" x "\r\n", ##__VA_ARGS__);
#define WIZ_WARN(x, ...) std::printf("[WizFi250: WARN]" x "\r\n", ##__VA_ARGS__);
#define WIZ_ERR(x, ...) std::printf("[WizFi250: ERR]" x "\r\n", ##__VA_ARGS__);
