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