Explorar el Código

picowota_reboot: Add missing cmsis_core dependency

Brian Starkey hace 1 año
padre
commit
dcda2194f2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      picowota_reboot/CMakeLists.txt

+ 1
- 0
picowota_reboot/CMakeLists.txt Ver fichero

@@ -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…
Cancelar
Guardar