mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-04-05 21:15:23 +00:00
6 lines
123 B
C
6 lines
123 B
C
#ifndef EXAMPLE_OTA_HTTP_H
|
|
#define EXAMPLE_OTA_HTTP_H
|
|
|
|
void example_ota_http(void);
|
|
|
|
#endif /* EXAMPLE_OTA_HTTP_H */
|