Added mutex to MODBUS and I@c for mutithreading

This commit is contained in:
Emanuele Trabattoni
2025-07-14 11:29:16 +02:00
parent 7e02f3cef2
commit bdf3b9b41a
7 changed files with 26 additions and 16 deletions

View File

@@ -24,7 +24,7 @@
namespace drivers
{
class Ethernet
class Ethernet : public ETHClass
{
public: