view buildid.h @ 45:a0f2fcc6d9dd

add buildid
author Matt Johnston <matt@ucc.asn.au>
date Sat, 29 Jun 2013 23:46:39 +0800
parents
children
line wrap: on
line source

#ifndef BUILDID_H
#define BUILDID_H

#include <stdint.h>

extern uint8_t buildid[20];

#endif // BUILDID_H