mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Update esp_hid_common.h
add #ifndef BT_HID_DEVICE_TASK_SIZE to set a default
This commit is contained in:
parent
9a36745d25
commit
3ccbb041e3
@ -23,6 +23,11 @@ extern "C" {
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/* HID BT Task Size Def */
|
||||
#ifndef BT_HID_DEVICE_TASK_SIZE
|
||||
#define BT_HID_DEVICE_TASK_SIZE 2048
|
||||
#endif
|
||||
|
||||
/* HID Report Map Values */
|
||||
#define HID_RM_INPUT 0x80
|
||||
#define HID_RM_OUTPUT 0x90
|
||||
|
Loading…
Reference in New Issue
Block a user