mirror of
https://github.com/STMicroelectronics/STM32CubeF7.git
synced 2025-05-01 22:18:34 +08:00
9 lines
124 B
C
9 lines
124 B
C
#ifndef LWIP_HDR_TEST_MDNS_H__
|
|
#define LWIP_HDR_TEST_MDNS_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* mdns_suite(void);
|
|
|
|
#endif
|