//-------------------------------------------------------// // Project Code : V2H6K01-23-ENEMAN // File Name : RoutineT100ms.cpp // Created on : 2023. 8. 8. // Description : // Author : KimJeongWoo // Last modified Date : //-------------------------------------------------------// #include "Cpu2DeviceDefine.h" void RoutineT100ms() { ModbusARxDataUpdate(); ModbusATxDataUpdate(); NtcRead(); }