arch/arm/stm32f7: Add missing RCC include
Adds "stm32_rcc.h" include into "stm32_capture.c" to fix the compile error related to undeclared RCC stuff.
This commit is contained in:
parent
7927c8d105
commit
78dffd72f8
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#include "arm_internal.h"
|
||||
#include "stm32_gpio.h"
|
||||
#include "stm32_capture.h"
|
||||
#include "stm32_rcc.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue