File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
libraries/TARGET_CORDIO_LL Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ if(MBED_ENABLE_OS_INTERNAL_TESTS)
8
8
endif ()
9
9
10
10
add_library (mbed-ble STATIC EXCLUDE_FROM_ALL )
11
- add_library (mbed-ble-cordio_ll STATIC EXCLUDE_FROM_ALL )
12
11
13
12
add_subdirectory (libraries)
14
13
add_subdirectory (source )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ add_library (mbed-ble-cordio_ll STATIC EXCLUDE_FROM_ALL )
5
+
4
6
target_include_directories (mbed-ble-cordio_ll
5
7
PUBLIC
6
8
.
Original file line number Diff line number Diff line change @@ -82,6 +82,11 @@ struct i2c_s {
82
82
/// Specifies which events (the I2C_EVENT_xxx defines) can be passed up to the application from the IRQ handler
83
83
uint8_t available_events ;
84
84
#endif
85
+
86
+ #if STATIC_PINMAP_READY
87
+ int sda_func ;
88
+ int scl_func ;
89
+ #endif
85
90
};
86
91
87
92
#endif
You can’t perform that action at this time.
0 commit comments