You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from .pio/libdeps/debug/Simple FOC/src/drivers/BLDCDriver3PWM.h:5,
from .pio/libdeps/debug/Simple FOC/src/drivers/BLDCDriver3PWM.cpp:1:
.pio/libdeps/debug/Simple FOC/src/drivers/../common/foc_utils.h:8: warning: "_round" redefined
#define _round(x) ((x)>=0?(long)((x)+0.5f):(long)((x)-0.5f))
In file included from .pio/libdeps/debug/Simple FOC/src/drivers/../common/base_classes/BLDCDriver.h:4,
from .pio/libdeps/debug/Simple FOC/src/drivers/BLDCDriver3PWM.h:4,
from .pio/libdeps/debug/Simple FOC/src/drivers/BLDCDriver3PWM.cpp:1:
/Users/xxxx/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:77: note: this is the location of the previous definition
#define _round(x) ((x)>=0?(long)((x)+0.5):(long)((x)-0.5)) // round() comes from STL
Describe the bug
IDE you are using
framework-arduinoespressif32 is version 2.0.4
Simple FOC is version 2.2.2
The text was updated successfully, but these errors were encountered: