hjd1964/OnStepX

Typo causing compilation failure

LuckyEddie47 opened this issue · 1 comments

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.

Thanks, should be taken care of now.