treewide: use full path to console/ipm_console.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
0b0d2e640b
commit
47e62276ff
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <sys/printk.h>
|
||||
#include <stdio.h>
|
||||
#include <drivers/ipm.h>
|
||||
#include <console/ipm_console.h>
|
||||
#include <drivers/console/ipm_console.h>
|
||||
#include <sys/__assert.h>
|
||||
|
||||
static void ipm_console_thread(void *arg1, void *arg2, void *arg3)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <kernel.h>
|
||||
#include <sys/printk.h>
|
||||
#include <drivers/ipm.h>
|
||||
#include <console/ipm_console.h>
|
||||
#include <drivers/console/ipm_console.h>
|
||||
|
||||
static struct device *ipm_console_device;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue