From 27f42c8522b2be10730c4ded075ff142377138be Mon Sep 17 00:00:00 2001
From: NIIBE Yutaka <gniibe@fsij.org>
Date: Tue, 14 Jul 2015 21:31:18 +0900
Subject: ADC settings are consolidated into the driver

---
 board/board-fst-01.h | 8 --------
 1 file changed, 8 deletions(-)

(limited to 'board/board-fst-01.h')

diff --git a/board/board-fst-01.h b/board/board-fst-01.h
index c062133..56cd132 100644
--- a/board/board-fst-01.h
+++ b/board/board-fst-01.h
@@ -65,11 +65,3 @@
 
 #define RCC_ENR_IOP_EN      (RCC_APB2ENR_IOPAEN | RCC_APB2ENR_IOPBEN)
 #define RCC_RSTR_IOP_RST    (RCC_APB2RSTR_IOPARST | RCC_APB2RSTR_IOPBRST)
-
-/* NeuG settings for ADC2.  */
-#define NEUG_ADC_SETTING2_SMPR1 0
-#define NEUG_ADC_SETTING2_SMPR2 ADC_SMPR2_SMP_AN0(ADC_SAMPLE_1P5)    \
-                              | ADC_SMPR2_SMP_AN9(ADC_SAMPLE_1P5)
-#define NEUG_ADC_SETTING2_SQR3  ADC_SQR3_SQ1_N(ADC_CHANNEL_IN0)      \
-                              | ADC_SQR3_SQ2_N(ADC_CHANNEL_IN9)
-#define NEUG_ADC_SETTING2_NUM_CHANNELS 2
-- 
cgit v1.2.3