File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6060 uses : stm32duino/actions/compile-examples@main
6161 with :
6262 board-pattern : " NUCLEO_U575ZI_Q"
63+ libraries : " STM32duino LSM6DSV16BX"
6364
6465 # Use the output from the `Compilation` step
6566 - name : Compilation Errors
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ void pcm_low_level_copy_half_cplt(int16_t *pBuf)
118118}
119119
120120/* *
121- * @brief Complet Callback
121+ * @brief Complete Callback
122122 * @param pBuf: pointer to a buffer to store data
123123 * @retval None
124124 */
@@ -156,7 +156,7 @@ void SystemClock_Config(void)
156156 */
157157 HAL_PWR_EnableBkUpAccess ();
158158 __HAL_RCC_LSEDRIVE_CONFIG (RCC_LSEDRIVE_LOW);
159- /* * Initializes the CPU, AHB and APB busses clocks
159+ /* * Initializes the CPU, AHB and APB buses clocks
160160 */
161161 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI48 | RCC_OSCILLATORTYPE_HSI
162162 | RCC_OSCILLATORTYPE_LSE | RCC_OSCILLATORTYPE_MSI;
You can’t perform that action at this time.
0 commit comments