treewide: use full path to clock_control/stm32_clock_control.h header
The build infrastructure should not be adding the drivers subdirectory to the include path. Fix the legacy uses that depended on that addition. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
4147188bbb
commit
0b0d2e640b
32 changed files with 32 additions and 32 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <drivers/clock_control.h>
|
||||
|
||||
#include <linker/sections.h>
|
||||
#include <clock_control/stm32_clock_control.h>
|
||||
#include <drivers/clock_control/stm32_clock_control.h>
|
||||
#include "uart_stm32.h"
|
||||
|
||||
#include <logging/log.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue