From a54ad9edce697133a024aff096e50f7e4f389d5b Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Sun, 18 Mar 2012 12:22:02 +0100 Subject: digital/beacon: import Zigbit stack (bitcloud) & avr sources --- .../beacon/src/Bitcloud_stack/Components/ZCL/include/eccAux.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 digital/beacon/src/Bitcloud_stack/Components/ZCL/include/eccAux.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/ZCL/include/eccAux.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/ZCL/include/eccAux.h b/digital/beacon/src/Bitcloud_stack/Components/ZCL/include/eccAux.h new file mode 100644 index 00000000..97d9f459 --- /dev/null +++ b/digital/beacon/src/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