treewide: use full path to kscan.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
5e486b98b1
commit
b314857099
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <sys/printk.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <soc.h>
|
||||
#include <kscan.h>
|
||||
#include <drivers/kscan.h>
|
||||
|
||||
#define LOG_LEVEL LOG_LEVEL_DBG
|
||||
#include <logging/log.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue