firmware - fix typo , defines should be at the right place :)
This commit is contained in:
parent
4fe57dff56
commit
2098445202
1 changed files with 9 additions and 8 deletions
|
@ -3,6 +3,15 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// set CANGROW_VER and CANGROW_BUILD if not already done as Compiler Flag
|
||||||
|
#ifndef CANGROW_VER
|
||||||
|
#define CANGROW_VER "v0.1.0-dev"
|
||||||
|
#endif
|
||||||
|
#ifndef CANGROW_BUILD
|
||||||
|
#define CANGROW_BUILD "1a2b3c4f"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Includes
|
* Includes
|
||||||
*
|
*
|
||||||
|
@ -56,14 +65,6 @@
|
||||||
#include "CanGrow_SysFunctions.h"
|
#include "CanGrow_SysFunctions.h"
|
||||||
#include "CanGrow_WebFunctions.h"
|
#include "CanGrow_WebFunctions.h"
|
||||||
|
|
||||||
// set CANGROW_VER and CANGROW_BUILD if not already done as Compiler Flag
|
|
||||||
#ifndef CANGROW_VER
|
|
||||||
#define CANGROW_VER "v0.1.0-dev"
|
|
||||||
#endif
|
|
||||||
#ifndef CANGROW_BUILD
|
|
||||||
#define CANGROW_BUILD "1a2b3c4f"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue