resolved changes
Disabled logger, it gave me errors on 'TAG'
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
/*
|
||||
* modbus.h
|
||||
/**
|
||||
* @file modbus_tcp.h
|
||||
*
|
||||
* Created on: 6 nov. 2023
|
||||
* @brief TCP Modbus handler
|
||||
* Created on: Nov 6, 2023
|
||||
* Author: Obe
|
||||
*/
|
||||
|
||||
#ifndef INC_MODBUS_H_
|
||||
#define INC_MODBUS_H_
|
||||
#define MODBUSPOORT 502 //is the default
|
||||
#define MODBUSPORT 502 //is the default
|
||||
|
||||
|
||||
#include <tcp.h>
|
||||
@@ -18,6 +19,12 @@
|
||||
#include "llfs.h"
|
||||
#include "log.h"
|
||||
|
||||
|
||||
/**
|
||||
* @fn void modbus_init
|
||||
* @brief Initiallises the modbus tcp
|
||||
*/
|
||||
|
||||
void modbus_init(void);
|
||||
|
||||
#endif /* INC_MODBUS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user