mirror of
https://github.com/openharmony/powermgr_battery_lite.git
synced 2026-06-30 22:08:36 -04:00
fix:change BATERY_INFO_H to BATTERY_INFO_H
Signed-off-by: lvzheng <532101726@qq.com>
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef BATERY_INFO_H
|
||||
#define BATERY_INFO_H
|
||||
#ifndef BATTERY_INFO_H
|
||||
#define BATTERY_INFO_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -108,4 +108,4 @@ int32_t GetBatTemperature(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif // __cplusplus
|
||||
#endif // BATERY_INFO_H
|
||||
#endif // BATTERY_INFO_H
|
||||
Reference in New Issue
Block a user