API для реквестов MB_RespGet.. перенесено в modbus_master

This commit is contained in:
2025-11-05 12:48:57 +03:00
parent 4939999789
commit fdf22949ed
12 changed files with 323 additions and 311 deletions

View File

@@ -82,6 +82,13 @@
#include "modbus_diag.h"
#ifdef MODBUS_ENABLE_MASTER
#define MODBUS_MODE_MASTER 1
#endif
#ifdef MODBUS_ENABLE_SLAVE
#define MODBUS_MODE_SLAVE 0
#endif
/////////////////////////////////////////////////////////////////////
/////////////////////////---FUNCTIONS---/////////////////////////////