Browse Source

picowota_reboot: Add missing cmsis_core dependency

Brian Starkey 2 years 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
 )
9
 )
10
 
10
 
11
 target_link_libraries(picowota_reboot INTERFACE
11
 target_link_libraries(picowota_reboot INTERFACE
12
+	cmsis_core
12
 	hardware_structs
13
 	hardware_structs
13
 )
14
 )

Loading…
Cancel
Save