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:
Peter Bigot 2020-01-25 05:34:52 -06:00 committed by Carles Cufí
commit dfd293a5c3

View file

@ -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>