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:
- 52:fbc5a46b5e16
- Parent:
- 37:793b39683406
- Child:
- 55:e64b8b47a2b6
--- a/tcp/tcp.h Fri Nov 03 18:14:06 2017 +0000 +++ b/tcp/tcp.h Wed Nov 08 20:46:36 2017 +0000 @@ -1,3 +1,5 @@ +extern bool TcpTrace; + extern int TcpHandleReceivedPacket(void (*traceback)(void), int* pSize, void* pPacket); extern void TcpLogHeader(uint16_t calculatedChecksum); @@ -5,5 +7,3 @@ extern void TcpReadHeader(void* pPacket, uint16_t size); extern void TcpMakeHeader(int size, void* pPacket); extern void TcpAddChecksum(void*pPacket, uint16_t checksum); - -extern void TcpInit(); \ No newline at end of file