12 lines
130 B
C
12 lines
130 B
C
#ifndef _USR_DRV_SYS_H_
|
|
#define _USR_DRV_SYS_H_
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
|
|
|
|
void usr_drv_sys_init(void);
|
|
|
|
|
|
#endif
|