cleanup: include/: move pwm.h to drivers/pwm.h
move pwm.h to drivers/pwm.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
a8167ab17d
commit
5843884887
23 changed files with 206 additions and 191 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include <nrfx_pwm.h>
|
||||
#include <pwm.h>
|
||||
#include <drivers/pwm.h>
|
||||
#include <hal/nrf_gpio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue