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.
Dependencies: LWIPBP3595Interface_STA LWIPInterface NetworkSocketAPI mbed-rtos mbed
Fork of HelloLWIPBP3595Interface by
Diff: main.cpp
- Revision:
- 2:144dc7ff85e5
- Parent:
- 0:8d78a24b262f
- Child:
- 3:a4b863fd65b8
diff -r 97d54645c995 -r 144dc7ff85e5 main.cpp --- a/main.cpp Tue May 31 06:21:07 2016 +0000 +++ b/main.cpp Tue May 31 06:53:15 2016 +0000 @@ -19,6 +19,11 @@ * limitations under the License. */ +/* +This program works with the following library. + mbed-rtos : revision 107 +*/ + #include "mbed.h" #include "LWIPBP3595Interface.h" #include "TCPSocket.h"
