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
}

0 commit comments

Comments
 (0)