diff --git a/utils/native/include/constants.h b/utils/native/include/constants.h index 38d1438e023f08923c2d719c64cd0c9aaa341cf2..670969168a8e680b28c0c59bc4acd94bc6fd542d 100644 --- a/utils/native/include/constants.h +++ b/utils/native/include/constants.h @@ -98,7 +98,7 @@ namespace PowerMgr { constexpr int32_t LIM_CPU_BIG_ID = 1005; constexpr int32_t LIM_CPU_MED_ID = 1003; constexpr int32_t LIM_CPU_LIT_ID = 1001; - constexpr int32_t LIM_GPU_ID = 2001; + constexpr int32_t LIM_GPU_ID = 1021; } // namespace PowerMgr } // namespace OHOS #endif // OHOS_THERMAL_CONSTANTS_H