Sfoglia il codice sorgente

picowota_reboot: Add missing cmsis_core dependency

Brian Starkey 1 anno fa
parent
commit
dcda2194f2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      picowota_reboot/CMakeLists.txt

+ 1
- 0
picowota_reboot/CMakeLists.txt Vedi File

@@ -9,5 +9,6 @@ target_sources(picowota_reboot INTERFACE
9 9
 )
10 10
 
11 11
 target_link_libraries(picowota_reboot INTERFACE
12
+	cmsis_core
12 13
 	hardware_structs
13 14
 )

Loading…
Annulla
Salva