aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/test.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-26 15:51:18 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-26 15:51:18 +0200
commite2ae9e96ba05baa389ebc49a65a941bada87e3aa (patch)
treeabf2df32e15d5cf7adfb4caaa8bb99f59abf9d7b /stm32f091/test.h
parentfbd5ed29043c4094f1209ec8935a577f5ce9e7a6 (diff)
dma write working
Diffstat (limited to 'stm32f091/test.h')
-rw-r--r--stm32f091/test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stm32f091/test.h b/stm32f091/test.h
new file mode 100644
index 0000000..6c312d9
--- /dev/null
+++ b/stm32f091/test.h
@@ -0,0 +1,4 @@
+#pragma once
+
+void ws_test_read_task();
+void ws_test_write_task();