File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dpp_nucleo-u545re-qk-cube/Core/Src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ the QP/C source code is taken from the qpc
88
99This 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
1313The individual projects in this directory contain README.md files that
1414explain how to use the projects.
Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ static void STM32U545RE_MPU_setup(void) {
202202}
203203//..........................................................................
204204void 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 ();
You can’t perform that action at this time.
0 commit comments