Arduino-FOC-drivers icon indicating copy to clipboard operation
Arduino-FOC-drivers copied to clipboard

a link error in CommanderMaster.h

Open 8ga3 opened this issue 1 year ago • 1 comments

When I built it using arduino-esp32 ver 3.0.5, I got a link error in CommanderMaster.h.

https://github.com/simplefoc/Arduino-FOC-drivers/blob/f7a91fac88a1e0396e360b6f398ff88ea1c9d66f/src/comms/CommanderMaster.h#L8-L9

I made the following changes and the link error disappeared.

    CommanderMaster() = default;
    virtual ~CommanderMaster() = default;

8ga3 avatar Oct 01 '24 16:10 8ga3

Thank you for reporting this! I will look into it.

runger1101001 avatar Oct 08 '24 09:10 runger1101001