mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-28 20:52:02 +00:00
Retain getMeshNode virtual marker for tests
This commit is contained in:
@@ -266,7 +266,7 @@ class NodeDB
|
|||||||
return retValue;
|
return retValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
meshtastic_NodeInfoLite *getMeshNode(NodeNum n)
|
virtual meshtastic_NodeInfoLite *getMeshNode(NodeNum n)
|
||||||
{
|
{
|
||||||
FUNCTION_START("getMeshNode");
|
FUNCTION_START("getMeshNode");
|
||||||
auto retVal = _getMeshNode(n);
|
auto retVal = _getMeshNode(n);
|
||||||
|
|||||||
Reference in New Issue
Block a user