1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

[drivers include ltc4150]

* fixed typo (merged from master)
This commit is contained in:
Oliver Hahm 2011-10-05 15:14:56 +02:00
parent a5d1d6d26b
commit 824f7bcb60

View File

@ -8,7 +8,7 @@ void ltc4150_start();
void ltc4150_stop();
double ltc4150_get_current_mA();
double ltc4150_get_total_mA();
double ltc4150_get_total_mAh();
double ltc4150_get_avg_mA();
#endif /* __LTC4150_H */