diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-26 19:18:26 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-26 19:18:26 +0200 |
commit | d48374c0f38cb01d726958b49bda5c1b6e91ab91 (patch) | |
tree | 084ed6b96b31ed3d9c1118545ce44d6b89f6ae2b /stm32f091/test.h | |
parent | a74368cb7eebb99b14060c9198dfa277a18c2234 (diff) |
WIP working dma receive to buffer
Diffstat (limited to 'stm32f091/test.h')
-rw-r--r-- | stm32f091/test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stm32f091/test.h b/stm32f091/test.h index 6c312d9..dffa516 100644 --- a/stm32f091/test.h +++ b/stm32f091/test.h @@ -1,4 +1,3 @@ #pragma once -void ws_test_read_task(); void ws_test_write_task(); |