mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Disable LFS_ASSERT to stop freezing the boards on LFS errors
This commit is contained in:
parent
47b1854bef
commit
6e5c865c21
1 changed files with 2 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ extends = arduino_base
|
||||||
platform = nordicnrf52
|
platform = nordicnrf52
|
||||||
build_flags = ${arduino_base.build_flags}
|
build_flags = ${arduino_base.build_flags}
|
||||||
-D NRF52_PLATFORM
|
-D NRF52_PLATFORM
|
||||||
|
-D LFS_NO_ASSERT=1
|
||||||
|
|
||||||
[nrf52840_base]
|
[nrf52840_base]
|
||||||
extends = nrf52_base
|
extends = nrf52_base
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue