mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 06:54:37 +00:00
Retain getMeshNode virtual marker for tests
This commit is contained in:
parent
b7b8071056
commit
d772cd4431
@ -266,7 +266,7 @@ class NodeDB
|
||||
return retValue;
|
||||
}
|
||||
|
||||
meshtastic_NodeInfoLite *getMeshNode(NodeNum n)
|
||||
virtual meshtastic_NodeInfoLite *getMeshNode(NodeNum n)
|
||||
{
|
||||
FUNCTION_START("getMeshNode");
|
||||
auto retVal = _getMeshNode(n);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user