Path: blob/master/libraries/AP_CRSF/AP_CRSF_config.h
9740 views
/*1* This file is free software: you can redistribute it and/or modify it2* under the terms of the GNU General Public License as published by the3* Free Software Foundation, either version 3 of the License, or4* (at your option) any later version.5*6* This file is distributed in the hope that it will be useful, but7* WITHOUT ANY WARRANTY; without even the implied warranty of8* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.9* See the GNU General Public License for more details.10*11* You should have received a copy of the GNU General Public License along12* with this program. If not, see <http://www.gnu.org/licenses/>.13*/1415#pragma once1617#include <AP_RCProtocol/AP_RCProtocol_config.h>1819#ifndef AP_CRSF_ENABLED20#define AP_CRSF_ENABLED AP_RCPROTOCOL_CRSF_ENABLED21#endif222324