summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/ZCL/include/eccAux.h
blob: 97d9f459c86b29e7eb25635b5222c975fe16cadb (plain)
1
2
3
4
5
6
7
8
9
10
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