Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchaohong authored Jul 27, 2023
1 parent 9d58e8d commit 9eba620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int main(int argc, char *argv[])
pitch=e[7].toFloat();
cout<<"HAHAHA:"<<roll<<' '<<pitch<<endl;
}
if(rthr.receiver->connected=1)
if(rthr.receiver->connected==1)
{
//QString da="Nice to meet you\n";
QByteArray dataGram;
Expand Down

0 comments on commit 9eba620

Please sign in to comment.