Skip to content

Commit

Permalink
public const class memebers shall have no underscores
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Böhm <[email protected]>
  • Loading branch information
schlimmchen and AndreasBoehm authored Jan 3, 2025
1 parent 4c5634a commit 2dba698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gridcharger/huawei/HardwareInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class HardwareInterface {

std::unique_ptr<DataPointContainer> getCurrentData() { return std::move(_upDataCurrent); }

static uint32_t constexpr _dataRequestIntervalMillis = 2500;
static uint32_t constexpr DataRequestIntervalMillis = 2500;

protected:
struct CAN_MESSAGE_T {
Expand Down

0 comments on commit 2dba698

Please sign in to comment.