Update board.h

master
张程凯 2022-01-14 15:46:05 +08:00 committed by GitHub
parent 09e1b5bd1c
commit ba6fe7c843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ extern int __bss_end;
#define EC_ADC_5V0_B GET_PIN(A, 4)
#define EC_ADC_5V0_A GET_PIN(A, 5)
#define EC_ADC_12V0 GET_PIN(A, 6)
#define EC_ADC_BKP_BAT GET_PIN(A, 5)
#define EC_ADC_BKP_BAT GET_PIN(A, 7)
#define EC_ADC_MAIN_PWR GET_PIN(C, 4)
#define EC_ADC_MON_EN GET_PIN(C, 5)