Skip to content

Commit

Permalink
Merge pull request #3021 from meshtastic/nodeinfo-shading
Browse files Browse the repository at this point in the history
local variable and class variable may not be named the same
  • Loading branch information
caveman99 authored Dec 17, 2023
2 parents 71c0726 + 24c4ee9 commit dfa5374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/NodeInfoModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ NodeInfoModule::NodeInfoModule()

int32_t NodeInfoModule::runOnce()
{
static uint32_t currentGeneration;

// If we changed channels, ask everyone else for their latest info
bool requestReplies = currentGeneration != radioGeneration;
currentGeneration = radioGeneration;
Expand Down

0 comments on commit dfa5374

Please sign in to comment.