20240909-DXSPX-emb/Src/Usr/Driver/DrvSys.h

12 lines
114 B
C
Raw Permalink Normal View History

#ifndef _DRVSYS_H_
#define _DRVSYS_H_
#include <stdbool.h>
#include <stdint.h>
void DrvSysInit(void);
#endif