diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-27 17:42:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-27 17:42:54 +0200 |
commit | dd1d0cf34a44f70793dcb52fd9ef90d9274b55d1 (patch) | |
tree | a88d6a1161c4a14aa7387a976bdd1833f029f077 /stm32f091/test.h | |
parent | 12704850c9f4cf7410ecf85116da9d23fc2ce6d6 (diff) |
move esp setup to setup.c
Diffstat (limited to 'stm32f091/test.h')
-rw-r--r-- | stm32f091/test.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stm32f091/test.h b/stm32f091/test.h deleted file mode 100644 index dffa516..0000000 --- a/stm32f091/test.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -void ws_test_write_task(); |