fixing some linter stuff

This commit is contained in:
Peter Buchegger 2021-04-09 23:14:47 +02:00
parent 0a74a4c205
commit 40ed046b45
2 changed files with 2 additions and 11 deletions

View file

@ -1,7 +1,7 @@
#include "System.h"
System::System(std::shared_ptr<BoardConfig> boardConfig, std::shared_ptr<Configuration> userConfig) : _boardConfig(boardConfig), _userConfig(userConfig) {
System::System(std::shared_ptr<BoardConfig> boardConfig, std::shared_ptr<Configuration> userConfig) : _boardConfig(boardConfig), _userConfig(userConfig), _isWifiEthConnected(false) {
}
System::~System() {