treewide: use full path to adc.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
da98c896b3
commit
dfd293a5c3
@ -6,7 +6,7 @@
|
||||
|
||||
#include <shell/shell.h>
|
||||
#include <stdlib.h>
|
||||
#include <adc.h>
|
||||
#include <drivers/adc.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/util.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user