From 7b79e496e078277130c7c67fb55c5b4e343cf0de Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Mon, 20 May 2019 19:19:32 +0200 Subject: [PATCH] Delete unused code as requested. --- src/main/target/common_defaults_post.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/target/common_defaults_post.h b/src/main/target/common_defaults_post.h index 0ce7dbeff..2f2b6950f 100644 --- a/src/main/target/common_defaults_post.h +++ b/src/main/target/common_defaults_post.h @@ -447,9 +447,6 @@ #ifndef BARO_I2C_INSTANCE #define BARO_I2C_INSTANCE I2C_DEVICE #endif -#ifndef BARO_EOC_PIN -#define BARO_EOC_PIN NONE -#endif #ifndef BARO_XCLR_PIN #define BARO_XCLR_PIN NONE #endif