Skip to content

Commit fc59393

Browse files
committed
7.4.0
1 parent 60c2f95 commit fc59393

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmsis-packs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ the QP/C source code is taken from the qpc
88

99
This directory contains examples for the following IDEs:
1010
- ARM/KEIL uVision (examples with the suffix `-keil`)
11-
- STM32Cube (examples with the suffix `-cube`)
11+
- STM32Cube (examples with the suffix `-cube`)
1212

1313
The individual projects in this directory contain README.md files that
1414
explain how to use the projects.

cmsis-packs/dpp_nucleo-u545re-qk-cube/Core/Src/bsp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ static void STM32U545RE_MPU_setup(void) {
202202
}
203203
//..........................................................................
204204
void BSP_init(void) {
205-
// NOTE: initialize only stuff that is not already handled
206-
// by the ST32Cube.
205+
// NOTE: initialize only stuff that is not already handled
206+
// by the ST32Cube.
207207

208208
// setup the MPU...
209209
STM32U545RE_MPU_setup();

0 commit comments

Comments
 (0)