drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.

This commit is contained in:
Augusto Fraga Giachero
2019-09-02 07:53:52 -06:00
committed by Gregory Nutt
parent fc250074b3
commit 68bbc8438c
75 changed files with 118 additions and 169 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
#include <errno.h>
#include <nuttx/board.h>
#include <nuttx/drivers/pwm.h>
#include <nuttx/timers/pwm.h>
#include "cxd56_pwm.h"