Skip to content

Commit 890559c

Browse files
committed
Fix codespell
1 parent 7e07e82 commit 890559c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
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

src/pcm_low_level_u575zi_q.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)