forked from crashsalot/VOT_DJIFPVplusBST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h
44 lines (31 loc) · 1.18 KB
/
config.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
33
34
35
36
37
38
39
40
41
42
43
44
/*
* 2020 Volker Bochen
* taken from opentelem_to_bst_bridge Configuration
* This file contains defines to enable various features
* of the opentelem_to_bst_bridge project.
*
* ------------------------------------------------
*
* Copyright (C) 2019 Paul Kurucz
*
* License info: See the LICENSE file at the repo top level
*
* THIS SOFTWARE IS PROVIDED IN AN "AS IS" CONDITION. NO WARRANTIES,
* WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED
* TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. THE COMPANY SHALL NOT,
* IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL OR
* CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
*
*/
#include <stdbool.h>
#ifndef _CONFIG_H
#define _CONFIG_H
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* BST Telemetry Defines */
/* Uncomment the following to use the Vector's */
/* pitot sensor for speed instead of the GPS */
//#define BST_CONFIG_TELEM_USE_VECTOR_AIRSPEED
/* ------------------------------------------------- */
#endif /* _CONFIG_H */