Typo causing compilation failure
LuckyEddie47 opened this issue · 1 comments
LuckyEddie47 commented
In OnStepX/src/lib/encoder/Encoder.h
Line 4
#include "../../common.h"
should be
#include "../../Common.h"
This caused failure to compile on using the Arduino IDE V2.0.0 on 64-bit Raspberry Pi OS. Correcting the case of the include as shown above fixed that error.
hjd1964 commented
Thanks, should be taken care of now.