diff options
Diffstat (limited to 'board/board-stm32-primer2.h')
-rw-r--r-- | board/board-stm32-primer2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/board-stm32-primer2.h b/board/board-stm32-primer2.h index 700f4ea..8967958 100644 --- a/board/board-stm32-primer2.h +++ b/board/board-stm32-primer2.h @@ -56,5 +56,3 @@ (RCC_APB2ENR_IOPAEN | RCC_APB2ENR_IOPDEN | RCC_APB2ENR_IOPEEN) #define RCC_RSTR_IOP_RST \ (RCC_APB2RSTR_IOPARST | RCC_APB2RSTR_IOPDRST | RCC_APB2RSTR_IOPERST) - -/* NeuG settings for ADC2 is default (PA0: Analog IN0, PA1: Analog IN1). */ |