Discovery with wait an select ist ready...
FossilOrigin-Name: 115fa489fbb4aa197e8390d40abcea80a8d4f954fecab348ce2862d2a20523c2
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
#ifndef __CW_RAND_H
|
||||
#define __CW_RAND_H
|
||||
|
||||
extern int cw_rand(uint8_t*dst, int len);
|
||||
#include <stdint.h>
|
||||
|
||||
int cw_rand(uint8_t*dst, int len);
|
||||
uint16_t cw_randint(int min,int max);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user