Landzo_K60Z_WebServer/include/ip_stack_helpers.h

6 lines
89 B
C
Raw Normal View History

2022-06-08 13:55:50 +00:00
#ifndef IP_STACK_HELPERS_H
#define IP_STACK_HELPERS_H
void ip_stack_setup(void);
#endif