OpenDTU/lib/Hoymiles/src/inverters/HMS_Abstract.cpp
2023-04-15 10:55:47 +02:00

9 lines
200 B
C++

// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2023 Thomas Basler and others
*/
#include "HMS_Abstract.h"
HMS_Abstract::HMS_Abstract(uint64_t serial)
: HM_Abstract(serial) {};