summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/background.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mimxrt10xx/background.c')
-rw-r--r--ports/mimxrt10xx/background.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ports/mimxrt10xx/background.c b/ports/mimxrt10xx/background.c
index a8a613d41..9e531cea2 100644
--- a/ports/mimxrt10xx/background.c
+++ b/ports/mimxrt10xx/background.c
@@ -32,5 +32,7 @@ void port_background_task(void) {
audio_dma_background();
#endif
}
-void port_start_background_task(void) {}
-void port_finish_background_task(void) {}
+void port_start_background_task(void) {
+}
+void port_finish_background_task(void) {
+}