This repository has been archived on 2025-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
#ifndef __HART_MASTER_FRAME_H__
|
|
#define __HART_MASTER_FRAME_H__
|
|
#include "../../inc/hart_frame.h"
|
|
|
|
extern hart_master_attribute_t hart_master_attribute; // 主机属性
|
|
|
|
extern void mock_master_attribute(void);
|
|
#endif
|