diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-25 19:03:24 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-25 19:03:24 +0200 |
commit | 734e5ea7d05c0cebf219cff78c6b0794f4cbe9ae (patch) | |
tree | 9ca6b17a7e6b6a65c0162a3a02c6d6a4cf0d02dd /robot/sercomm.h | |
parent | 87900d6787f8e0af8d37cc313c4e0510ef0b1bf8 (diff) |
`make format`
Diffstat (limited to 'robot/sercomm.h')
-rw-r--r-- | robot/sercomm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/robot/sercomm.h b/robot/sercomm.h index d717f01..b1f69c7 100644 --- a/robot/sercomm.h +++ b/robot/sercomm.h @@ -28,4 +28,3 @@ void w2_sercomm_main(); /** append binary message to send buffer */ void w2_sercomm_append_msg(w2_s_bin *data); - |