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)
88endif ()
99
1010add_library (mbed-ble STATIC EXCLUDE_FROM_ALL )
11- add_library (mbed-ble-cordio_ll STATIC EXCLUDE_FROM_ALL )
1211
1312add_subdirectory (libraries)
1413add_subdirectory (source )
Original file line number Diff line number Diff line change 11# Copyright (c) 2020 ARM Limited. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33
4+ add_library (mbed-ble-cordio_ll STATIC EXCLUDE_FROM_ALL )
5+
46target_include_directories (mbed-ble-cordio_ll
57 PUBLIC
68 .
Original file line number Diff line number Diff line change @@ -82,6 +82,11 @@ struct i2c_s {
8282 /// Specifies which events (the I2C_EVENT_xxx defines) can be passed up to the application from the IRQ handler
8383 uint8_t available_events ;
8484#endif
85+
86+ #if STATIC_PINMAP_READY
87+ int sda_func ;
88+ int scl_func ;
89+ #endif
8590};
8691
8792#endif
You can’t perform that action at this time.
0 commit comments