Include stddef.h to obtain the definition of size_t.

This commit is contained in:
mbanth
2021-06-11 15:19:36 +01:00
parent e98c0b11bc
commit 1f6140c912

View File

@@ -16,6 +16,8 @@
#ifndef _HID_REPORT_DESCRIPTOR_
#define _HID_REPORT_DESCRIPTOR_
#include <stddef.h>
#define HID_REPORT_ITEM_HDR_SIZE_MASK ( 0x03 )
#define HID_REPORT_ITEM_HDR_SIZE_SHIFT ( 0 )