Skip to content

Commit

Permalink
removed unused defines
Browse files Browse the repository at this point in the history
  • Loading branch information
medentem committed Jan 6, 2025
1 parent 10103fe commit 2e3283b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/mesh/MeshTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ enum RxSource {
// Currently set to 1 hour because that is the minimum interval for nodeinfo broadcasts
#define RECENCY_THRESHOLD_MINUTES 60

#define NUM_UNKNOWN_NODE_COUNTERS 64

#define BITS_PER_UNKNOWN_NODE_COUNTER 4

#define BLOOM_HASH_FUNCTIONS 2

typedef int ErrorCode;

/// Alloc and free packets to our global, ISR safe pool
Expand Down
2 changes: 1 addition & 1 deletion src/mesh/NodeDB.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class NodeDB
bool saveChannelsToDisk();
bool saveDeviceStateToDisk();

bool isValidCandidateForCoverage(const meshtastic_NodeInfoLite &node)
bool isValidCandidateForCoverage(const meshtastic_NodeInfoLite &node);
};

extern NodeDB *nodeDB;
Expand Down

0 comments on commit 2e3283b

Please sign in to comment.