1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pinetime: Fix battery ADC line define

This commit is contained in:
Koen Zandberg 2020-01-18 11:15:04 +01:00
parent cf5356df24
commit 9ae80f56d1
No known key found for this signature in database
GPG Key ID: BA1718B37D79F51C

View File

@ -48,7 +48,7 @@ extern "C" {
#define VCC33 GPIO_PIN(0, 24)
#define POWER_PRESENCE GPIO_PIN(0, 19)
#define CHARGING_ACTIVE GPIO_PIN(0, 12)
#define BATTERY_ADC NRF52
#define BATTERY_ADC NRF52_AIN7
/** @} */
/**