NetBurner 3.5.6
PDF Version
Web/HtmlServerGetRequest/src/htmlvar.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef HTMLVARS_H_
6
#define HTMLVARS_H_
7
8
#include <nbrtos.h>
// For access to TimeTick
9
10
extern
vuint32_t Secs;
11
12
#endif
/*HTMLVARS_H_*/