treewide: use full path to led/ht16k33.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:35:00 -06:00 committed by Carles Cufí
commit 5e2b24a5e4
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
#include <logging/log.h>
LOG_MODULE_REGISTER(gpio_ht16k33);
#include <led/ht16k33.h>
#include <drivers/led/ht16k33.h>
#include "gpio_utils.h"

View file

@ -20,7 +20,7 @@
#include <logging/log.h>
LOG_MODULE_REGISTER(ht16k33);
#include <led/ht16k33.h>
#include <drivers/led/ht16k33.h>
#include "led_context.h"