mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 15:05:53 +00:00
cppcheck fixes
This commit is contained in:
parent
47a4455145
commit
32a201b980
6 changed files with 24 additions and 20 deletions
|
|
@ -15,9 +15,9 @@ BoardConfig::BoardConfig(
|
|||
{
|
||||
}
|
||||
|
||||
BoardFinder::BoardFinder(std::list<std::shared_ptr<BoardConfig>> boardConfigs)
|
||||
BoardFinder::BoardFinder(std::list<std::shared_ptr<BoardConfig>> & boardConfigs)
|
||||
: _boardConfigs(boardConfigs)
|
||||
{
|
||||
_boardConfigs = boardConfigs;
|
||||
}
|
||||
|
||||
std::shared_ptr<BoardConfig> BoardFinder::searchBoardConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue