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
tcp/tcp.h
- Committer:
- andrewboyson
- Date:
- 2019-09-07
- Revision:
- 158:3adf725c0804
- Parent:
- 149:39d1ba392f4b
File content as of revision 158:3adf725c0804:
#include <stdbool.h>
#include <stdint.h>
extern bool TcpTrace;
extern void TcpInit(void);
extern void TcpMain(void);