You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
Index: Src/stm32f1xx_hal_msp.c
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
--- Src/stm32f1xx_hal_msp.c (revision f2861f336546d616161007943aa21fe1560c91b0)
|
|
+++ Src/stm32f1xx_hal_msp.c (revision )
|
|
@@ -49,7 +49,6 @@
|
|
/* Includes ------------------------------------------------------------------*/
|
|
#include "stm32f1xx_hal.h"
|
|
|
|
-extern void _Error_Handler(char *, int);
|
|
/* USER CODE BEGIN 0 */
|
|
|
|
/* USER CODE END 0 */
|
|
Index: Inc/usb.h
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
--- Inc/usb.h (revision f2861f336546d616161007943aa21fe1560c91b0)
|
|
+++ Inc/usb.h (revision )
|
|
@@ -56,6 +56,7 @@
|
|
/* Includes ------------------------------------------------------------------*/
|
|
#include "stm32f1xx_hal.h"
|
|
#include "main.h"
|
|
+#include "stm32_assert.h"
|
|
|
|
/* USER CODE BEGIN Includes */
|
|
|
|
@@ -67,8 +68,6 @@
|
|
|
|
/* USER CODE END Private defines */
|
|
|
|
-extern void _Error_Handler(char *, int);
|
|
-
|
|
void MX_USB_PCD_Init(void);
|
|
|
|
/* USER CODE BEGIN Prototypes */
|
|
|