summaryrefslogtreecommitdiff
path: root/apps/modbus/functions/mbfuncdisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/modbus/functions/mbfuncdisc.c')
-rw-r--r--apps/modbus/functions/mbfuncdisc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/modbus/functions/mbfuncdisc.c b/apps/modbus/functions/mbfuncdisc.c
index 14d49e470..525fb037d 100644
--- a/apps/modbus/functions/mbfuncdisc.c
+++ b/apps/modbus/functions/mbfuncdisc.c
@@ -26,9 +26,9 @@
#include "port.h"
/* ----------------------- Modbus includes ----------------------------------*/
-#include "mb.h"
-#include "mbframe.h"
-#include "mbproto.h"
+#include <apps/modbus/mb.h>
+#include <apps/modbus/mbframe.h>
+#include <apps/modbus/mbproto.h>
/* ----------------------- Defines ------------------------------------------*/
#define MB_PDU_FUNC_READ_ADDR_OFF ( MB_PDU_DATA_OFF )