mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
55 lines
1.4 KiB
C
Executable file
55 lines
1.4 KiB
C
Executable file
/*
|
|
* This file is part of Cleanflight.
|
|
*
|
|
* Cleanflight 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.
|
|
*
|
|
* Cleanflight 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 Cleanflight. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define USE_MAG
|
|
#define USE_BARO
|
|
#define USE_GPS
|
|
#define USE_GPS_PROTO_NMEA
|
|
#define USE_GPS_PROTO_UBLOX
|
|
#define USE_DASHBOARD
|
|
#define USE_TELEMETRY
|
|
#define USE_TELEMETRY_FRSKY
|
|
#define USE_TELEMETRY_HOTT
|
|
#define USE_TELEMETRY_IBUS
|
|
#define USE_TELEMETRY_SMARTPORT
|
|
#define USE_TELEMETRY_LTM
|
|
#define USE_LED_STRIP
|
|
#define TRANSPONDER
|
|
#define USE_IMU_FAKE
|
|
#define USE_VCP
|
|
#define USE_UART1
|
|
#define USE_UART2
|
|
#define USE_UART3
|
|
#define USE_UART4
|
|
#define USE_UART5
|
|
#define USE_SOFTSERIAL1
|
|
#define USE_SOFTSERIAL2
|
|
|
|
#define NAV_MAX_WAYPOINTS 60
|
|
|
|
#define SERIAL_PORT_COUNT 8
|
|
|
|
#define MAX_SIMULTANEOUS_ADJUSTMENT_COUNT 6
|
|
|
|
#define TARGET_BOARD_IDENTIFIER "TEST"
|
|
|
|
#define TARGET_IO_PORTA 0xffff
|
|
#define TARGET_IO_PORTB 0xffff
|
|
#define TARGET_IO_PORTC 0xffff
|
|
|