5 Star 14 Fork 2

火星大王/SCNSLibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ScnsRand.c.h 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
火星大王 提交于 2023-05-10 21:15 . 修复ARM AC5无法过编译的BUG
#ifndef __SCNS_RAND_C_H__
#define __SCNS_RAND_C_H__
#include "ScnsRand.h"
#if defined(SCNS_RAND_ENABLE)&&SCNS_RAND_ENABLE==1
#if defined(__has_include)
#if __has_include("ScnsBspRand.c.h")
#include "ScnsBspRand.c.h"
#endif
#else
#include "ScnsBspRand.c.h"
#endif
extern ScnsStatus scnsBspRandInit(void);
extern ScnsStatus scnsBspRandPostInit(void);
extern uint32 scnsBspRand(void);
/*******************************BSP.C.H*******************************
//#define SCNS_BSP_RAND_USE_BSP 1
*/
/*******************************BSP.H*******************************
*/
#endif
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huoxingdawang/scns.git
git@gitee.com:huoxingdawang/scns.git
huoxingdawang
scns
SCNSLibrary
master

搜索帮助