Skip to content

Commit b65696d

Browse files
authored
Specify OS Tick component's csub
1 parent a6c02cb commit b65696d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CubeMX/CubeMX.cproject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project:
1111
- component: CMSIS:CORE
1212
- component: Device:CubeMX
1313
- component: CMSIS:RTOS2:Keil RTX5&Source
14-
- component: CMSIS:OS Tick
14+
- component: CMSIS:OS Tick:SysTick
1515

1616
linker:
1717
- script: RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src

Hello/Hello.cproject.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project:
1818
components:
1919
- component: CMSIS:CORE
2020
- component: CMSIS:RTOS2:Keil RTX5&Source
21-
- component: CMSIS:OS Tick
21+
- component: CMSIS:OS Tick:SysTick
2222
- component: CMSIS Driver:USART
2323
- component: Device:Startup&C Startup
2424
- component: CMSIS-Compiler:CORE
@@ -29,4 +29,4 @@ project:
2929
- component: Device:Native Driver:SysCounter
3030
- component: Device:Native Driver:SysTimer
3131
- component: Device:Native Driver:Timeout
32-
- component: Device:Definition
32+
- component: Device:Definition

0 commit comments

Comments
 (0)