File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- From 9747c709c688d2c34309daa8732439a0a3e2df43 Mon Sep 17 00:00:00 2001
1
+ From 49500ae3be162d6dd0167195fe3811dc6a6763b3 Mon Sep 17 00:00:00 2001
2
2
From: Martino Facchin <m.facchin@arduino.cc>
3
3
Date: Tue, 6 Nov 2018 16:23:20 +0100
4
4
Subject: [PATCH] make gpio apis non static
5
5
6
6
---
7
- targets/TARGET_STM/gpio_object.c | 69 ++++++++++++++++++++++++++++++++
7
+ targets/TARGET_STM/gpio_object.c | 70 ++++++++++++++++++++++++++++++++
8
8
targets/TARGET_STM/gpio_object.h | 26 ++----------
9
- 2 files changed, 72 insertions(+), 23 deletions(-)
9
+ 2 files changed, 73 insertions(+), 23 deletions(-)
10
10
create mode 100644 targets/TARGET_STM/gpio_object.c
11
11
12
12
diff --git a/targets/TARGET_STM/gpio_object.c b/targets/TARGET_STM/gpio_object.c
13
13
new file mode 100644
14
- index 000000000..44173403a
14
+ index 000000000..4d3279836
15
15
--- /dev/null
16
16
+++ b/targets/TARGET_STM/gpio_object.c
17
- @@ -0,0 +1,69 @@
17
+ @@ -0,0 +1,70 @@
18
18
+ /* mbed Microcontroller Library
19
19
+ *******************************************************************************
20
20
+ * Copyright (c) 2016, STMicroelectronics
@@ -51,6 +51,7 @@ index 000000000..44173403a
51
51
+ #include "PeripheralNames.h"
52
52
+ #include "PinNames.h"
53
53
+ #include "gpio_object.h"
54
+ + #include "device.h"
54
55
+
55
56
+ #ifdef __cplusplus
56
57
+ extern "C" {
You can’t perform that action at this time.
0 commit comments