Skip to content

Commit 09950b8

Browse files
Fix gemalto build
1 parent 828b90b commit 09950b8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

connectivity/drivers/cellular/GEMALTO/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
if("COMPONENT_GEMALTO_CINTERION=1" IN_LIST MBED_TARGET_DEFINITIONS)
5-
add_subdirectory(CINTERION)
5+
add_subdirectory(COMPONENT_GEMALTO_CINTERION)
66
endif()

connectivity/lwipstack/mbed_lib.json5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@
207207
},
208208
"MTS_DRAGONFLY_F411RE": {
209209
"tcpip-thread-stacksize": 1600
210-
},
211-
"STM32H7": {
212-
// On STM32H7, we have lots of RAM, so we can make the pool size relatively large
213-
"pbuf-pool-size": 16,
214210
}
215211
}
216212
}

0 commit comments

Comments
 (0)