openpcd/openpicc/application/tc_sniffer.h

8 lines
156 B
C

#ifndef TC_SNIFFER_H_
#define TC_SNIFFER_H_
extern void tc_sniffer (void *pvParameters);
extern void start_stop_sniffing (void);
#endif /*TC_SNIFFER_H_*/