Files
BR_YKC/Core/User/Os/os_init.h

17 lines
363 B
C
Raw Normal View History

2026-03-31 15:46:04 +08:00
#ifndef __OSINIT_H
#define __OSINIT_H
/* Private includes ----------------------------------------------------------*/
#include "global.h"
/* Exported functions prototypes ------------------------------------------------------------------------*/
void Os_Init(void);
/* Exported constants --------------------------------------------------------*/
#endif