modbus: fix common parameters include order

This commit is contained in:
Alex Lisitsyn
2023-02-22 18:03:37 +08:00
parent 6642009074
commit 953edad1ab
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
#ifndef _DEVICE_PARAMS
#define _DEVICE_PARAMS
#include <stdint.h>
// This file defines structure of modbus parameters which reflect correspond modbus address space
// for each modbus register type (coils, discreet inputs, holding registers, input registers)
#pragma pack(push, 1)