Files
mr-library/include/mr_lib.h

16 lines
260 B
C
Raw Normal View History

2023-11-11 02:07:22 +08:00
/*
* @copyright (c) 2023, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*
* @date 2023-10-20 MacRsh First version
*/
#ifndef _MR_LIB_H_
#define _MR_LIB_H_
#include "mr_api.h"
2023-11-12 00:33:40 +08:00
#include "mr_drv.h"
2023-11-11 02:07:22 +08:00
#endif /* _MR_LIB_H_ */