Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/targets/f7/cube/Inc/usbd_desc.h')
-rw-r--r--firmware/targets/f7/cube/Inc/usbd_desc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/firmware/targets/f7/cube/Inc/usbd_desc.h b/firmware/targets/f7/cube/Inc/usbd_desc.h
index 7e7b58b5..67a70dc6 100644
--- a/firmware/targets/f7/cube/Inc/usbd_desc.h
+++ b/firmware/targets/f7/cube/Inc/usbd_desc.h
@@ -24,7 +24,7 @@
#define __USBD_DESC__C__
#ifdef __cplusplus
- extern "C" {
+extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
@@ -47,11 +47,11 @@
* @brief Constants.
* @{
*/
-#define DEVICE_ID1 (UID_BASE)
-#define DEVICE_ID2 (UID_BASE + 0x4)
-#define DEVICE_ID3 (UID_BASE + 0x8)
+#define DEVICE_ID1 (UID_BASE)
+#define DEVICE_ID2 (UID_BASE + 0x4)
+#define DEVICE_ID3 (UID_BASE + 0x8)
-#define USB_SIZ_STRING_SERIAL 0x1A
+#define USB_SIZ_STRING_SERIAL 0x1A
/* USER CODE BEGIN EXPORTED_CONSTANTS */
@@ -105,7 +105,7 @@
* @{
*/
-extern USBD_DescriptorsTypeDef CDC_Desc;
+extern USBD_DescriptorsTypeDef CDC_Desc;
/* USER CODE BEGIN EXPORTED_VARIABLES */