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-maple-mini.h | |
parent | a48ffaef47bdd48efe4c5df5361ba3897e441796 (diff) |
ADC settings are consolidated into the driver
Diffstat (limited to 'board/board-maple-mini.h')
-rw-r--r-- | board/board-maple-mini.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/board-maple-mini.h b/board/board-maple-mini.h index b8e1726..c288d2d 100644 --- a/board/board-maple-mini.h +++ b/board/board-maple-mini.h @@ -40,5 +40,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 is default (PA0: Analog IN0, PA1: Analog IN1). */ |