From 601ad61e7ddd5a79a0c650ff617b617470fafe07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 25 Nov 2020 12:46:00 +0100 Subject: Unify naming of first argument of Platform_getBattery Use percent throughout --- unsupported/Platform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported') diff --git a/unsupported/Platform.c b/unsupported/Platform.c index ee36d9c1..54fde509 100644 --- a/unsupported/Platform.c +++ b/unsupported/Platform.c @@ -176,7 +176,7 @@ bool Platform_getNetworkIO(unsigned long int* bytesReceived, return false; } -void Platform_getBattery(double* level, ACPresence* isOnAC) { - *level = NAN; +void Platform_getBattery(double* percent, ACPresence* isOnAC) { + *percent = NAN; *isOnAC = AC_ERROR; } -- cgit v1.2.3