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:
parent
cf5356df24
commit
9ae80f56d1
@ -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
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user