소스 검색

picowota_reboot: Add missing cmsis_core dependency

Brian Starkey 1 년 전
부모
커밋
dcda2194f2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      picowota_reboot/CMakeLists.txt

+ 1
- 0
picowota_reboot/CMakeLists.txt 파일 보기

@@ -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…
취소
저장