1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1803 Disable untested DSM link quality code

This commit is contained in:
Steve Evans 2015-05-08 07:42:32 +01:00
parent 8689b2d0ca
commit 023f157ba8
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#include "pios_dsm_priv.h"
// *** UNTESTED CODE ***
#define DSM_LINK_QUALITY
#undef DSM_LINK_QUALITY
/* Forward Declarations */
static int32_t PIOS_DSM_Get(uint32_t rcvr_id, uint8_t channel);

View File

@ -35,7 +35,7 @@
#include "pios_dsm_priv.h"
// *** UNTESTED CODE ***
#define DSM_LINK_QUALITY
#undef DSM_LINK_QUALITY
#ifndef PIOS_INCLUDE_RTC
#error PIOS_INCLUDE_RTC must be used to use DSM