From dfd293a5c3e79864d7fae7e9a0c7eeb214cd60d0 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 25 Jan 2020 05:34:52 -0600 Subject: [PATCH] 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 --- drivers/adc/adc_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/adc/adc_shell.c b/drivers/adc/adc_shell.c index 143180961ed..045e41dde39 100644 --- a/drivers/adc/adc_shell.c +++ b/drivers/adc/adc_shell.c @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include