Skip to content

Commit 69c534d

Browse files
author
Cruz Monrreal
authored
Merge pull request #8920 from juhoeskeli/odin_mpu_workaround
MODULE_UBLOX_ODIN_W2: disable MPU code until target properly supported
2 parents f82014e + 05da721 commit 69c534d

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
@@ -3992,7 +3992,8 @@
39923992
"MBEDTLS_DES_C",
39933993
"MBEDTLS_MD4_C",
39943994
"MBEDTLS_MD5_C",
3995-
"MBEDTLS_SHA1_C"
3995+
"MBEDTLS_SHA1_C",
3996+
"MBED_MPU_CUSTOM"
39963997
],
39973998
"device_has_add": [
39983999
"CAN",
@@ -4001,8 +4002,7 @@
40014002
"FLASH",
40024003
"WIFI",
40034004
"SERIAL_FC",
4004-
"SERIAL",
4005-
"MPU"
4005+
"SERIAL"
40064006
],
40074007
"features": ["BLE"],
40084008
"device_has_remove": [],

0 commit comments

Comments
 (0)