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