espressif / esp-modbus

ESP-Modbus - the officially suppported library for Modbus protocol (serial RS485 + TCP over WiFi or Ethernet).
Apache License 2.0
110 stars 52 forks source link

Removed extra closing braces to avoid C++ compiler error (IDFGH-13419) #67

Closed danielschick closed 1 month ago

danielschick commented 2 months ago

When using the library with C++ code the build process fails due to an extra closing brace. This PR removes this brace.

CLAassistant commented 2 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

alisitsyn commented 2 months ago

@danielschick, thanks for the PR. I can confirm this issue but it was fixed in my current update branch. I will still try to merge your MR and rebase.