We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a1680 commit 937590bCopy full SHA for 937590b
cores/arduino/stm32/OpenAMP/openamp.c
@@ -119,7 +119,7 @@ int OPENAMP_Init()
119
120
MAILBOX_Init();
121
122
- /* Libmetal Initilalization */
+ /* Libmetal Initialization */
123
status = OPENAMP_shmem_init(RPMSG_REMOTE);
124
if (status) {
125
return status;
cores/arduino/stm32/backup.h
@@ -95,7 +95,7 @@ static inline void disableBackupDomain(void)
95
HAL_PWR_DisableBkUpAccess();
96
#endif
97
#ifdef __HAL_RCC_BKPSRAM_CLK_DISABLE
98
- /* Disnable BKPSRAM CLK for backup SRAM */
+ /* Disable BKPSRAM CLK for backup SRAM */
99
__HAL_RCC_BKPSRAM_CLK_DISABLE();
100
101
#ifdef __HAL_RCC_BKP_CLK_DISABLE
0 commit comments