MotorControlModuleSDFM_TMS3.../Projects/EFC_Communication/UMLibrary/peripheral/CrcUnit.hh

20 lines
310 B
C++
Raw Normal View History

2024-06-07 11:12:56 +03:00
/*
* CrcUnit.hh
*
* Created on: 21 мая 2023 г.
* Author: titov
*/
#ifndef UMLIBRARY_PERIPHERAL_CRCUNIT_HH_
#define UMLIBRARY_PERIPHERAL_CRCUNIT_HH_
#include "../common/ICrcUnit.hpp"
namespace peripheral {
extern common::crc::ICrcUnit * crc;
}
#endif /* UMLIBRARY_PERIPHERAL_CRCUNIT_HH_ */