-
Notifications
You must be signed in to change notification settings - Fork 2
/
mavlink.h
32 lines (24 loc) · 1.04 KB
/
mavlink.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
This file is part of my quadcopter project.
https://github.com/mkschreder/bettercopter
This software is firmware project is free software: you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with martink firmware. If not, see <http://www.gnu.org/licenses/>.
Author: Martin K. Schröder
Email: info@fortmax.se
Github: https://github.com/mkschreder
*/
#pragma once
#define MAVLINK_COMM_NUM_BUFFERS 1
#define MAVLINK_MAX_PAYLOAD_LEN 64
//#define MAVLINK_CRC_EXTRA 0
#include "mavlink/mavlink_types.h"
#include "mavlink/common/mavlink.h"
#include "mavlink/minimal/mavlink.h"