forked from Archive/PX4-Autopilot
UAVCAN server: Use correct MAVLink header version
This commit is contained in:
parent
8c3b90007c
commit
d9dd1b231d
|
@ -1,6 +1,6 @@
|
|||
/****************************************************************************
|
||||
*
|
||||
* Copyright (c) 2014 PX4 Development Team. All rights reserved.
|
||||
* Copyright (c) 2014-2017 PX4 Development Team. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -62,7 +62,7 @@
|
|||
#include <uORB/topics/uavcan_parameter_request.h>
|
||||
#include <uORB/topics/uavcan_parameter_value.h>
|
||||
|
||||
#include <v1.0/common/mavlink.h>
|
||||
#include <v2.0/common/mavlink.h>
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue