Ver código fonte

picowota_reboot: Add missing cmsis_core dependency

Brian Starkey 1 ano atrás
pai
commit
dcda2194f2
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      picowota_reboot/CMakeLists.txt

+ 1
- 0
picowota_reboot/CMakeLists.txt Ver arquivo

@@ -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
 )

Carregando…
Cancelar
Salvar