mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
updated to use updated asyncio implementation
This commit is contained in:
@@ -53,7 +53,7 @@ int main(int argc, char *argv[])
|
||||
return -1;
|
||||
}
|
||||
|
||||
std::shared_ptr<ASyncSerial> serial = std::make_shared<ASyncSerial>(device_name, baud);
|
||||
std::shared_ptr<AsyncSerial> serial = std::make_shared<AsyncSerial>(device_name, baud);
|
||||
|
||||
serial->set_receive_callback(parse_buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user