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.
31 lines
766 B
31 lines
766 B
Index: Inc/i2c.h
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
--- Inc/i2c.h (date 1511220966000)
|
|
+++ Inc/i2c.h (revision )
|
|
@@ -67,7 +67,6 @@
|
|
|
|
/* USER CODE END Private defines */
|
|
|
|
-extern void _Error_Handler(char *, int);
|
|
|
|
void MX_I2C1_Init(void);
|
|
|
|
Index: Inc/spi.h
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
--- Inc/spi.h (date 1511220966000)
|
|
+++ Inc/spi.h (revision )
|
|
@@ -67,8 +67,6 @@
|
|
|
|
/* USER CODE END Private defines */
|
|
|
|
-extern void _Error_Handler(char *, int);
|
|
-
|
|
void MX_SPI1_Init(void);
|
|
|
|
/* USER CODE BEGIN Prototypes */
|
|
|