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/tcb.h
- Revision:
- 83:08c983006a6e
- Parent:
- 82:20781198d26d
- Child:
- 93:580fc113d9e9
--- a/tcp/tcb.h Thu Nov 15 18:42:42 2018 +0000 +++ b/tcp/tcb.h Sat Nov 17 15:49:03 2018 +0000 @@ -40,7 +40,7 @@ extern uint32_t TcbGetIsn(void); extern struct tcb* TcbGetExisting(int ipType, int remArIndex, int locIpScope, uint16_t remPort, uint16_t locPort); extern struct tcb* TcbGetEmpty(void); -extern void TcbGetNext(struct tcb** ppTcb); +extern struct tcb* TcbGetNext(struct tcb* pTcb); extern void TcbMain(void); extern void TcbInit(void);