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 SNICInterface by
Diff: SNIC/SNIC_UartCommandManager.h
- Revision:
- 29:6a0ba999597d
- Parent:
- 26:f2e1030964e4
- Child:
- 32:ae95309643aa
diff -r b796031f6519 -r 6a0ba999597d SNIC/SNIC_UartCommandManager.h --- a/SNIC/SNIC_UartCommandManager.h Tue Apr 01 07:19:19 2014 +0000 +++ b/SNIC/SNIC_UartCommandManager.h Mon May 26 05:17:28 2014 +0000 @@ -17,8 +17,6 @@ #include "mbed.h" #include "rtos.h" -namespace murata_wifi -{ /** Max length of SSID */ #define SSID_MAX_LENGTH 32 /** Max length of BSSID */ @@ -138,5 +136,4 @@ void (*mScanResultHandler_p)(tagSCAN_RESULT_T *scan_result); }; -} #endif