diff options
-rw-r--r-- | os/hal/ports/STM32/STM32H7xx/stm32_rcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h b/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h index b81ad8f25..c5d059353 100644 --- a/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h +++ b/os/hal/ports/STM32/STM32H7xx/stm32_rcc.h @@ -322,7 +322,7 @@ RCC->AHB2LPENR |= (mask); \
else \
RCC->AHB2LPENR &= ~(mask); \
- (void)RCC->AHB2LPENR \
+ (void)RCC->AHB2LPENR; \
}
/**
|