comparison buildid.h @ 45:a0f2fcc6d9dd

add buildid
author Matt Johnston <matt@ucc.asn.au>
date Sat, 29 Jun 2013 23:46:39 +0800
parents
children
comparison
equal deleted inserted replaced
44:2a47c458d6ed 45:a0f2fcc6d9dd
1 #ifndef BUILDID_H
2 #define BUILDID_H
3
4 #include <stdint.h>
5
6 extern uint8_t buildid[20];
7
8 #endif // BUILDID_H