Skip to content
Snippets Groups Projects
Commit 74f5c36c authored by Tommy Persson's avatar Tommy Persson
Browse files

Adding network byte order.

parent a0dd0771
Branches
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ private: ...@@ -184,7 +184,7 @@ private:
boost::asio::ip::udp::udp::socket socket_; boost::asio::ip::udp::udp::socket socket_;
boost::asio::ip::udp::udp::endpoint remote_endpoint_; boost::asio::ip::udp::udp::endpoint remote_endpoint_;
boost::array<char, 128> recv_buffer_; boost::array<unsigned char, 128> recv_buffer_;
bool have_gyro_flag; bool have_gyro_flag;
bool have_acc_flag; bool have_acc_flag;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment