new: usb hid parser

This commit is contained in:
longjin
2022-10-14 17:52:59 +08:00
parent 1e94d1e7d0
commit b815294832
7 changed files with 2123 additions and 140 deletions

View File

@ -1,4 +1,5 @@
#pragma once
#include <common/stddef.h>
// 当函数的返回值未被使用时,编译器抛出警告信息
#define __must_check __attribute__((__warn_unused_result__))