Remove redundant define macro

This commit is contained in:
Mario Hüttel 2020-08-11 23:37:26 +02:00
parent 97c32b0443
commit 4ab91ace5f
1 changed files with 0 additions and 5 deletions

View File

@ -52,11 +52,6 @@ volatile float * volatile stream_buffer = NULL;
volatile uint32_t stream_count;
volatile uint32_t stream_pos;
/**
* @brief Conversion macro: ADC value to resistance
*/
#define ADC_TO_RES(adc) ((float)(adc) / 4096.0f * 2500.0f)
static inline void adc_pt1000_stop_sample_frequency_timer()
{
TIM2->CR1 &= ~TIM_CR1_CEN;