summaryrefslogtreecommitdiff
path: root/ports/nrf/background.c
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2019-07-29 18:39:00 -0400
committerJeff Epler <jepler@gmail.com>2019-07-29 18:39:00 -0400
commitb72352949ba50d4cece043f65e037de7e3ae3a1a (patch)
tree7aa9be3c91de8716f837366d4efa27cac993a750 /ports/nrf/background.c
parentaa1398e696b46efe0a8fb7c069f0c732ef6f99b8 (diff)
PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_
Diffstat (limited to 'ports/nrf/background.c')
-rw-r--r--ports/nrf/background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/background.c b/ports/nrf/background.c
index 91ec66b36..453bc96df 100644
--- a/ports/nrf/background.c
+++ b/ports/nrf/background.c
@@ -34,7 +34,7 @@
#endif
#if CIRCUITPY_AUDIOPWMIO
-#include "common-hal/audiopwmio/AudioOut.h"
+#include "common-hal/audiopwmio/PWMAudioOut.h"
#endif
static bool running_background_tasks = false;