source: UsbWattMeter/trunk/lwip-1.4.1/apps/sntp/sntp.h@ 164

Last change on this file since 164 was 164, checked in by coas-nagasima, 8 years ago

TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 177 bytes
Line 
1#ifndef __SNTP_H__
2#define __SNTP_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void sntp_init(void);
9void sntp_stop(void);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif /* __SNTP_H__ */
Note: See TracBrowser for help on using the repository browser.