diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-14 21:31:18 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-14 21:31:18 +0900 |
commit | 27f42c8522b2be10730c4ded075ff142377138be (patch) | |
tree | 299c9c3d1e13bab6a62287b72de1b8c51745388e /board/board-stbee-mini.h | |
parent | a48ffaef47bdd48efe4c5df5361ba3897e441796 (diff) |
ADC settings are consolidated into the driver
Diffstat (limited to 'board/board-stbee-mini.h')
-rw-r--r-- | board/board-stbee-mini.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/board-stbee-mini.h b/board/board-stbee-mini.h index b69863e..c8ee157 100644 --- a/board/board-stbee-mini.h +++ b/board/board-stbee-mini.h @@ -112,11 +112,3 @@ #define AFIO_MAPR_SOMETHING AFIO_MAPR_SWJ_CFG_DISABLE - -/* NeuG settings for ADC2. */ -#define NEUG_ADC_SETTING2_SMPR1 0 -#define NEUG_ADC_SETTING2_SMPR2 ADC_SMPR2_SMP_AN1(ADC_SAMPLE_1P5) \ - | ADC_SMPR2_SMP_AN2(ADC_SAMPLE_1P5) -#define NEUG_ADC_SETTING2_SQR3 ADC_SQR3_SQ1_N(ADC_CHANNEL_IN1) \ - | ADC_SQR3_SQ2_N(ADC_CHANNEL_IN2) -#define NEUG_ADC_SETTING2_NUM_CHANNELS 2 |