alejoseb / Modbus-STM32-HAL-FreeRTOS

Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS
GNU Lesser General Public License v2.1
539 stars 183 forks source link

add missing defines to ModbusConfig.h #47

Closed HeMe2 closed 2 years ago

HeMe2 commented 2 years ago

Thank You for creating this project.

When trying MODBUS TCP on the NUCLEO-H743ZI board, I noticed, that the ModbusH743TCP project doesn't compile due to missing defines. I simply copied the ModbusConfig.h content from the ModbusF429TCP example project and everything ran fine on the Nucelo baord.

With this simple fix, your Modbus743TCP project, can be compiled again.

alejoseb commented 2 years ago

thanks!