cleanup: include/: move led.h to drivers/led.h
move led.h to drivers/led.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6524925753
commit
a14ef3bf01
13 changed files with 162 additions and 147 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <drivers/gpio.h>
|
||||
#include <drivers/i2c.h>
|
||||
#include <kernel.h>
|
||||
#include <led.h>
|
||||
#include <drivers/led.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <zephyr.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue