From 2dba69876dcb2636b720bde48702944b1fa6e8d9 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Fri, 3 Jan 2025 15:28:04 +0100 Subject: [PATCH] public const class memebers shall have no underscores MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Böhm --- include/gridcharger/huawei/HardwareInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gridcharger/huawei/HardwareInterface.h b/include/gridcharger/huawei/HardwareInterface.h index 84e6c8d0c..6be7db3c7 100644 --- a/include/gridcharger/huawei/HardwareInterface.h +++ b/include/gridcharger/huawei/HardwareInterface.h @@ -31,7 +31,7 @@ class HardwareInterface { std::unique_ptr getCurrentData() { return std::move(_upDataCurrent); } - static uint32_t constexpr _dataRequestIntervalMillis = 2500; + static uint32_t constexpr DataRequestIntervalMillis = 2500; protected: struct CAN_MESSAGE_T {