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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue