mirror of
https://github.com/sengeiou/realtek_ameba_mp_sdk.git
synced 2025-01-09 21:55:17 +00:00
6 lines
105 B
C
6 lines
105 B
C
#ifndef EXAMPLE_HTTPD_H
|
|
#define EXAMPLE_HTTPD_H
|
|
|
|
void example_httpd(void);
|
|
|
|
#endif /* EXAMPLE_HTTPD_H */
|