Files
PX4-Autopilot/libuavcan/test/protocol/dynamic_node_id_allocation_server.cpp
T
2015-05-02 11:41:54 +03:00

13 lines
256 B
C++

/*
* Copyright (C) 2015 Pavel Kirienko <pavel.kirienko@gmail.com>
*/
#include <gtest/gtest.h>
#include <uavcan/protocol/dynamic_node_id_allocation_server.hpp>
#include "helpers.hpp"
TEST(DynamicNodeIDAllocationClient, MarshallingStorageDecorator)
{
}