Mark DestinationToString as static

This commit is contained in:
Chloe Marcec 2021-01-20 18:42:39 +11:00
parent dca2e2c8f1
commit dc18a1261c

View file

@ -286,7 +286,7 @@ private:
}
}
std::string DestinationToString(LogDestination destination) {
static std::string DestinationToString(LogDestination destination) {
if (True(destination & LogDestination::All)) {
return "TargetManager | Uart | UartSleep";
}