mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-01-09 06:27:54 -05:00
9 lines
107 B
C
9 lines
107 B
C
|
#ifndef __TEST_UDP_H__
|
||
|
#define __TEST_UDP_H__
|
||
|
|
||
|
#include "../lwip_check.h"
|
||
|
|
||
|
Suite* udp_suite(void);
|
||
|
|
||
|
#endif
|