mirror of https://github.com/ARMmbed/mbed-os.git
commit
1d1b92b671
|
@ -30,11 +30,13 @@
|
|||
|
||||
#ifndef RANDLIB_H_
|
||||
#define RANDLIB_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* This library is made for getting random numbers for Timing needs in protocols.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue