update gimbal_ctrl/sv_gimbal_io.hpp.

Signed-off-by: jario-jin <jariof@foxmail.com>
This commit is contained in:
jario-jin 2023-07-20 09:41:58 +00:00 committed by Gitee
parent 48f29e78f7
commit edd3b879f3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public:
virtual bool inPutByte(IN uint8_t *byte)
{
if(ser->read(byte, 1))
if (ser->read(byte, 1))
{
return true;
}