Skip to content

Commit 7a36614

Browse files
committed
STM32: remove useless include
gpio_object.h is included from common_objects.h, so no need to have it here.
1 parent e223f6f commit 7a36614

File tree

51 files changed

+0
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+0
-51
lines changed

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ struct dac_s {
6767
};
6868

6969
#include "common_objects.h"
70-
#include "gpio_object.h"
7170

7271
#ifdef __cplusplus
7372
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct can_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ struct can_s {
6565
int index;
6666
};
6767

68-
#include "gpio_object.h"
6968
#include "common_objects.h"
7069

7170
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct can_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F303VC/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F334C8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ struct dac_s {
6767
};
6868

6969
#include "common_objects.h"
70-
#include "gpio_object.h"
7170

7271
#ifdef __cplusplus
7372
}

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303RE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303ZE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F334R8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_ARCH_MAX/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ struct dac_s {
6868

6969

7070
#include "common_objects.h"
71-
#include "gpio_object.h"
7271

7372
#ifdef __cplusplus
7473
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_B96B_F446VE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F401VC/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F407VG/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct dac_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ struct trng_s {
7575
};
7676

7777
#include "common_objects.h"
78-
#include "gpio_object.h"
7978

8079
#ifdef __cplusplus
8180
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F469NI/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ struct trng_s {
7575
};
7676

7777
#include "common_objects.h"
78-
#include "gpio_object.h"
7978

8079
#ifdef __cplusplus
8180
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_ELMO_F411RE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_F429_F439/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ struct trng_s {
7474
RNG_HandleTypeDef handle;
7575
};
7676

77-
#include "gpio_object.h"
7877
#include "common_objects.h"
7978

8079
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F405RG/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct dac_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F410RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ struct trng_s {
7070
};
7171

7272
#include "common_objects.h"
73-
#include "gpio_object.h"
7473

7574
#ifdef __cplusplus
7675
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F411RE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F412ZG/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ struct trng_s {
5151
};
5252

5353
#include "common_objects.h"
54-
#include "gpio_object.h"
5554

5655
#ifdef __cplusplus
5756
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F446RE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ struct can_s {
7171
};
7272

7373
#include "common_objects.h"
74-
#include "gpio_object.h"
7574

7675
#ifdef __cplusplus
7776
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F446ZE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ struct can_s {
7171
};
7272

7373
#include "common_objects.h"
74-
#include "gpio_object.h"
7574

7675
#ifdef __cplusplus
7776
}

targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ struct can_s {
7070
int index;
7171
};
7272

73-
#include "gpio_object.h"
7473

7574
#ifdef __cplusplus
7675
}

targets/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ struct trng_s {
7676
};
7777

7878
#include "common_objects.h"
79-
#include "gpio_object.h"
8079

8180
#ifdef __cplusplus
8281
}

targets/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F769NI/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ struct trng_s {
7575
RNG_HandleTypeDef handle;
7676
};
7777

78-
#include "gpio_object.h"
7978
#include "common_objects.h"
8079

8180
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32F7/TARGET_F746_F756/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ struct trng_s {
7676
};
7777

7878
#include "common_objects.h"
79-
#include "gpio_object.h"
8079

8180
#ifdef __cplusplus
8281
}

targets/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F767ZI/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ struct trng_s {
7575
RNG_HandleTypeDef handle;
7676
};
7777

78-
#include "gpio_object.h"
7978
#include "common_objects.h"
8079

8180
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L053C8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ struct trng_s {
7171
};
7272

7373
#include "common_objects.h"
74-
#include "gpio_object.h"
7574

7675
#ifdef __cplusplus
7776
}

targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L011K4/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L053R8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ struct dac_s {
6767
};
6868

6969
#include "common_objects.h"
70-
#include "gpio_object.h"
7170

7271
#ifdef __cplusplus
7372
}

targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ struct trng_s {
7171
};
7272

7373
#include "common_objects.h"
74-
#include "gpio_object.h"
7574

7675
#ifdef __cplusplus
7776
}

targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct dac_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct dac_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32L1/TARGET_NZ32_SC151/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct dac_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct dac_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32L4/TARGET_DISCO_L476VG/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ struct trng_s {
7676
};
7777

7878
#include "common_objects.h"
79-
#include "gpio_object.h"
8079

8180
#ifdef __cplusplus
8281
}

targets/TARGET_STM/TARGET_STM32L4/TARGET_L476_L486/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ struct trng_s {
7676
};
7777

7878
#include "common_objects.h"
79-
#include "gpio_object.h"
8079

8180
#ifdef __cplusplus
8281
}

0 commit comments

Comments
 (0)