update version to v2.0.8

This commit is contained in:
Artery-MCU
2022-11-22 18:16:27 +08:00
parent caea1e6d25
commit 0d6e76999d
1301 changed files with 16158 additions and 12379 deletions

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file custom_hid_class.c
* @version v2.0.7
* @date 2022-08-16
* @brief usb custom hid class type
**************************************************************************
* Copyright notice & Disclaimer

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file custom_hid_class.h
* @version v2.0.7
* @date 2022-08-16
* @brief usb custom hid header file
**************************************************************************
* Copyright notice & Disclaimer
@@ -75,9 +73,10 @@ typedef struct
uint32_t hid_protocol;
uint32_t hid_set_idle;
uint32_t alt_setting;
uint8_t hid_state;
uint8_t hid_set_report[64];
uint8_t hid_get_report[64];
uint8_t hid_state;
}custom_hid_type;
/**

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file custom_hid_desc.c
* @version v2.0.7
* @date 2022-08-16
* @brief usb hid device descriptor
**************************************************************************
* Copyright notice & Disclaimer

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file custom_hid_desc.h
* @version v2.0.7
* @date 2022-08-16
* @brief usb custom hid descriptor header file
**************************************************************************
* Copyright notice & Disclaimer