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

29 lines
147 B
C
Raw Normal View History

2024-12-30 11:50:48 +08:00
#ifndef __BSP_RNG_H__
#define __BSP_RNG_H__
#include "rtthread.h"
int BSP_Rng_Init(void);
int Get_RandomNumber(void);
#endif