diff options
author | Michele Calgaro <[email protected]> | 2022-02-14 11:06:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-02-14 11:06:26 +0900 |
commit | 69a2f2f25e42e537000017524c2210924927952e (patch) | |
tree | 8a5bad3c8ad74d3676d3db4762ad8b68955b1ffb /src | |
parent | 0f64b1b5216533c73451dc946eb124d8a18b88b2 (diff) | |
download | kima-69a2f2f25e42e537000017524c2210924927952e.tar.gz kima-69a2f2f25e42e537000017524c2210924927952e.zip |
Removed comments about HAL.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/sources/batterysrc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sources/batterysrc.h b/src/sources/batterysrc.h index 5ff3268..ec30872 100644 --- a/src/sources/batterysrc.h +++ b/src/sources/batterysrc.h @@ -33,7 +33,7 @@ class TDEHardwareDevices; #endif /** - * BatterySrc fetches the state of charge of the battery from HAL + * BatterySrc fetches the state of charge of the battery * @author Ken Werner */ class BatterySrc : public LabelSource { @@ -64,7 +64,7 @@ private: ThreadedTrigger mTrigger; /** - * The hal udi of that battery source + * The udi of that battery source */ TQString mUDI; |