diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
commit | 1c7c0bd747c839fb1e449e98cec942894821addf (patch) | |
tree | 01ac940d42dcfc767afa191efd7ecbd0ab73dcc5 /client/commands.h | |
parent | 59802547c336d61aa7e950414a3f44180e211974 (diff) |
`make format`
Diffstat (limited to 'client/commands.h')
-rw-r--r-- | client/commands.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/client/commands.h b/client/commands.h index aa4b964..949360e 100644 --- a/client/commands.h +++ b/client/commands.h @@ -1,8 +1,7 @@ #pragma once -#include "serial.h" #include "../shared/bin.h" +#include "serial.h" -w2_s_bin* w2_send_info(); -w2_s_bin* w2_send_ping(); - +w2_s_bin *w2_send_info(); +w2_s_bin *w2_send_ping(); |