aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudio/pwm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gaudio/pwm')
-rw-r--r--drivers/gaudio/pwm/driver.mk5
-rw-r--r--drivers/gaudio/pwm/gaudio_play_pwm.c (renamed from drivers/gaudio/pwm/gaudio_play_lld.c)2
2 files changed, 2 insertions, 5 deletions
diff --git a/drivers/gaudio/pwm/driver.mk b/drivers/gaudio/pwm/driver.mk
index 52f752aa..32f74c28 100644
--- a/drivers/gaudio/pwm/driver.mk
+++ b/drivers/gaudio/pwm/driver.mk
@@ -1,5 +1,2 @@
-# List the required driver.
-GFXSRC += $(GFXLIB)/drivers/gaudio/pwm/gaudio_play_lld.c
-
-# Required include directories
GFXINC += $(GFXLIB)/drivers/gaudio/pwm
+GFXSRC += $(GFXLIB)/drivers/gaudio/pwm/gaudio_play_pwm.c
diff --git a/drivers/gaudio/pwm/gaudio_play_lld.c b/drivers/gaudio/pwm/gaudio_play_pwm.c
index d4d85c33..91d7a835 100644
--- a/drivers/gaudio/pwm/gaudio_play_lld.c
+++ b/drivers/gaudio/pwm/gaudio_play_pwm.c
@@ -10,7 +10,7 @@
#if GFX_USE_GAUDIO && GAUDIO_NEED_PLAY
/* Include the driver defines */
-#include "src/gaudio/gaudio_driver_play.h"
+#include "../../../src/gaudio/gaudio_driver_play.h"
/* Forward definition */
static void gaudio_play_pwm_timer_callbackI(void);