From b24866225a6301d3a663f874725e83c012dc25d3 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 26 Dec 2012 17:36:00 +0100 Subject: digital/beacon: add bitcloud stack into common directory digital/zigbit --- digital/zigbit/bitcloud/stack/Components/ZCL/include/eccAux.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 digital/zigbit/bitcloud/stack/Components/ZCL/include/eccAux.h (limited to 'digital/zigbit/bitcloud/stack/Components/ZCL/include/eccAux.h') diff --git a/digital/zigbit/bitcloud/stack/Components/ZCL/include/eccAux.h b/digital/zigbit/bitcloud/stack/Components/ZCL/include/eccAux.h new file mode 100644 index 00000000..97d9f459 --- /dev/null +++ b/digital/zigbit/bitcloud/stack/Components/ZCL/include/eccAux.h @@ -0,0 +1,11 @@ +#ifndef _ECCAUX_H +#define _ECCAUX_H + +#define YIELD_LEVEL 0 +int yield(void); + +extern unsigned char msgDigest[]; + +#endif //#ifndef _ECCAUX_H + +//eof eccAux.h \ No newline at end of file -- cgit v1.2.3