aboutsummaryrefslogtreecommitdiff
path: root/board/board-stbee.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-07-14 21:31:18 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-07-14 21:31:18 +0900
commit27f42c8522b2be10730c4ded075ff142377138be (patch)
tree299c9c3d1e13bab6a62287b72de1b8c51745388e /board/board-stbee.h
parenta48ffaef47bdd48efe4c5df5361ba3897e441796 (diff)
ADC settings are consolidated into the driver
Diffstat (limited to 'board/board-stbee.h')
-rw-r--r--board/board-stbee.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/board-stbee.h b/board/board-stbee.h
index 3ffc160..643d666 100644
--- a/board/board-stbee.h
+++ b/board/board-stbee.h
@@ -34,11 +34,3 @@
#define VAL_GPIO_LED_ODR 0xFFFFFFFF
#define VAL_GPIO_LED_CRL 0x88862888 /* PD7...PD0 */
#define VAL_GPIO_LED_CRH 0x88888888 /* PD15...PD8 */
-
-/* NeuG settings for ADC2. */
-#define NEUG_ADC_SETTING2_SMPR1 ADC_SMPR1_SMP_AN10(ADC_SAMPLE_1P5) \
- | ADC_SMPR1_SMP_AN11(ADC_SAMPLE_1P5)
-#define NEUG_ADC_SETTING2_SMPR2 0
-#define NEUG_ADC_SETTING2_SQR3 ADC_SQR3_SQ1_N(ADC_CHANNEL_IN10) \
- | ADC_SQR3_SQ2_N(ADC_CHANNEL_IN11)
-#define NEUG_ADC_SETTING2_NUM_CHANNELS 2