Skip to content

Commit 05da721

Browse files
author
Juho Eskeli
committed
Disable MPU code until target properly supported
1 parent 78401ed commit 05da721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3975,7 +3975,8 @@
39753975
"MBEDTLS_DES_C",
39763976
"MBEDTLS_MD4_C",
39773977
"MBEDTLS_MD5_C",
3978-
"MBEDTLS_SHA1_C"
3978+
"MBEDTLS_SHA1_C",
3979+
"MBED_MPU_CUSTOM"
39793980
],
39803981
"device_has_add": [
39813982
"CAN",
@@ -3984,8 +3985,7 @@
39843985
"FLASH",
39853986
"WIFI",
39863987
"SERIAL_FC",
3987-
"SERIAL",
3988-
"MPU"
3988+
"SERIAL"
39893989
],
39903990
"features": ["BLE"],
39913991
"device_has_remove": [],

0 commit comments

Comments
 (0)