Skip to content

Commit

Permalink
UAVCAN server: Use correct MAVLink header version
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Jun 4, 2017
1 parent 8c3b900 commit d9dd1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/uavcan/uavcan_servers.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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>


/**
Expand Down

0 comments on commit d9dd1b2

Please sign in to comment.