b78f20d915
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
4 lines
166 B
C
4 lines
166 B
C
#pragma once
|
|
|
|
bool tfeReceiveOnePacket(const uint8_t * mac, const int size, BYTE * buffer, int & len);
|
|
void tfeTransmitOnePacket(const BYTE * buffer, const int len);
|