forked from floratest1/SpireCV
update gimbal_ctrl/sv_gimbal_io.hpp.
Signed-off-by: jario-jin <jariof@foxmail.com>
This commit is contained in:
parent
48f29e78f7
commit
edd3b879f3
|
@ -39,7 +39,7 @@ public:
|
|||
|
||||
virtual bool inPutByte(IN uint8_t *byte)
|
||||
{
|
||||
if(ser->read(byte, 1))
|
||||
if (ser->read(byte, 1))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue