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:
parent
b314857099
commit
5e2b24a5e4
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue