NetBurner 3.5.7
PDF Version
somntp_cfg.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef __SOMNTP_CFG_H
6#define __SOMNTP_CFG_H
7
8#include <serial_platdefs.h>
9#include <pinconstant.h>
10
11#define SOM_NTP_VERSION_MAJOR 0
12#define SOM_NTP_VERSION_MINOR 1
13#define SOM_NTP_VERSION_REVISION 1
14#define __SOMNTP_STRINGIFY(x) #x
15#define __SOM_NTPTOKENPASTE(x, y, z) __SOMNTP_STRINGIFY(x##"."##"."##y)
16#define SOMNTP_VERSION_STRING "0.1.1"
17
18#endif /* ----- #ifndef __SOMNTP_CFG_H ----- */