Skip to content

Commit 995713e

Browse files
committed
add revision date
1 parent b4d3049 commit 995713e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

AvrModbus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "AvrModbus.h"
1010
#include "crc16.h"
1111
/*********************************************************************************/
12-
#if(AVR_MODBUS_REVISION_DATE != 20220422)
12+
#if(AVR_MODBUS_REVISION_DATE != 20230125)
1313
#error wrong include file. (AvrModbus.h)
1414
#endif
1515
/*********************************************************************************/

AvrModbus.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
/*********************************************************************************/
1010
#include "AvrUart.h"
1111
/*********************************************************************************/
12-
#define AVR_MODBUS_REVISION_DATE 20220422
12+
#define AVR_MODBUS_REVISION_DATE 20230125
1313
/*********************************************************************************/
1414
/** REVISION HISTORY **/
1515
/*
16+
2023. 01. 25. - 주석 추가.
17+
Jeong Hyun Gu
18+
1619
2022. 04. 22. - AvrModbusMasterFindSlaveById() 특정 조건에서 Slave를 반환하지 못 하는 문제 수정.
1720
Jeong Hyun Gu - AvrModbusSlaveProc()는 이제 다음 펑션을 지원. AVR_MODBUS_ReadInputRegister, AVR_MODBUS_ReadCoilStatus,
1821
AVR_MODBUS_ForceSingleCoil, AVR_MODBUS_ReadInputStatus

0 commit comments

Comments
 (0)