JT-DT-YD4N02B_4G_RTT_MRS/bsp/inc/bsp_rng.h

29 lines
147 B
C

#ifndef __BSP_RNG_H__
#define __BSP_RNG_H__
#include "rtthread.h"
int BSP_Rng_Init(void);
int Get_RandomNumber(void);
#endif