summaryrefslogtreecommitdiff
path: root/tests/awd-timer-dma/awd-timer-dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/awd-timer-dma/awd-timer-dma.h')
-rw-r--r--tests/awd-timer-dma/awd-timer-dma.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/awd-timer-dma/awd-timer-dma.h b/tests/awd-timer-dma/awd-timer-dma.h
deleted file mode 100644
index 71bd158..0000000
--- a/tests/awd-timer-dma/awd-timer-dma.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- void task_init(void);
- void task_run(void);
-
-#ifdef __cplusplus
-}
-#endif