mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-04-17 21:58:27 +00:00
Do not call pico_sdk_init.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
5f5e010a19
commit
4f42e0344e
2 changed files with 1 additions and 5 deletions
|
|
@ -31,10 +31,6 @@ else()
|
|||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
if(NOT ENABLE_EMULATION)
|
||||
pico_sdk_init()
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED __FOR_CI)
|
||||
set(__FOR_CI 0)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 113e720fcaaa6b9ca74d114bee1923bb2619ba3b
|
||||
Subproject commit 5984d1f72de82e44c18ed0bbbc953e1559a58af6
|
||||
Loading…
Add table
Reference in a new issue