Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

tcp/tcp.c

Committer:
andrewboyson
Date:
2019-09-24
Revision:
159:3ebef2d02f7f
Parent:
158:3adf725c0804

File content as of revision 159:3ebef2d02f7f:

#include <stdbool.h>
#include <stdint.h>

#include "tcb.h"
#include "tls.h"

bool TcpTrace = false;

void TcpMain()
{
}
void TcpInit()
{
    TcbInit();
}