summaryrefslogtreecommitdiffstats
path: root/solaris/Battery.c
blob: c824df249e8fc0212cd73f4992b99d838d4b670c (plain) (blame)
1
2
3
4
5
6
7
8
#include "Battery.h"

#include <math.h>

void Battery_getData(double* level, ACPresence* isOnAC) {
   *level = NAN;
   *isOnAC = AC_ERROR;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy