Add firmware wireframe
This commit is contained in:
commit
66381c3cb6
23 changed files with 13167 additions and 0 deletions
10
src/buildid.h
Normal file
10
src/buildid.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef BUILDID_H_
|
||||
#define BUILDID_H_
|
||||
|
||||
extern char __BUILD_DATE;
|
||||
extern char __BUILD_NUMBER;
|
||||
|
||||
#define BUILD_DATE ((uint32_t)&__BUILD_DATE)
|
||||
#define BUILD_NUMBER ((uint32_t)&__BUILD_NUMBER)
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue