From 19cffa682f5632574f487d497c307be43734abe8 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Wed, 20 May 2015 01:20:42 +0300 Subject: [PATCH] TestNetwork<> fix --- libuavcan/test/node/test_node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuavcan/test/node/test_node.hpp b/libuavcan/test/node/test_node.hpp index 4329fc7c21..543f99a50d 100644 --- a/libuavcan/test/node/test_node.hpp +++ b/libuavcan/test/node/test_node.hpp @@ -243,7 +243,7 @@ struct TestNetwork { for (uavcan::uint8_t i = 0; i < NumNodes; i++) { - int ret = nodes[i]->spin(uavcan::MonotonicDuration::fromMSec(1)); + int ret = nodes[i]->node.spin(uavcan::MonotonicDuration::fromMSec(1)); if (ret < 0) { return ret;