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.
Dependents: oldheating gps motorhome heating
Diff: tcp/tcp.h
- Revision:
- 149:39d1ba392f4b
- Parent:
- 145:206bf0d073c7
- Child:
- 158:3adf725c0804
--- a/tcp/tcp.h Mon May 27 10:12:33 2019 +0000 +++ b/tcp/tcp.h Wed Jun 19 15:36:18 2019 +0000 @@ -1,4 +1,6 @@ #include <stdbool.h> #include <stdint.h> -extern bool TcpTrace; \ No newline at end of file +extern bool TcpTrace; + +extern void TcpInit(void); \ No newline at end of file