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:
- 74:c3756bfa960e
- Parent:
- 73:43e3d7fb3d60
- Child:
- 88:1ba13e6062a3
--- a/tcp/tcp.h Tue Oct 23 06:46:50 2018 +0000 +++ b/tcp/tcp.h Mon Oct 29 09:33:44 2018 +0000 @@ -1,7 +1,4 @@ -#include <stdint.h> #include <stdbool.h> extern bool TcpTrace; - -extern int TcpHandleReceivedPacket(void (*traceback)(void), int sizeRx, void* pPacketRx, int* pSizeTx, void* pPacketTx, int type, void* pCachedRemIp); -extern int TcpPollForPacketToSend(int* pSize, void* pPacket, int type, void* pCachedRemIp); +extern bool TcpDoTrace; \ No newline at end of file