Browse Source

picowota_reboot: Add missing cmsis_core dependency

Brian Starkey 1 year ago
parent
commit
dcda2194f2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      picowota_reboot/CMakeLists.txt

+ 1
- 0
picowota_reboot/CMakeLists.txt View 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…
Cancel
Save