more code cleanup

This commit is contained in:
Ruixiang Du
2020-06-17 11:38:29 +08:00
parent 44b89ee5f9
commit 2b9f7cc616
45 changed files with 580 additions and 129 deletions

View File

@@ -13,7 +13,7 @@
#define _GNU_SOURCE
#endif
#include "wrp_sdk/async_io/async_can.hpp"
#include "wrp_sdk/asyncio/async_can.hpp"
#include <net/if.h>
#include <poll.h>
@@ -26,7 +26,7 @@
#include "asyncio_utils.hpp"
using namespace wescore;
using namespace westonrobot;
using asio::buffer;
using asio::io_service;