hjd1964 / OnStepX

GNU General Public License v3.0
87 stars 63 forks source link

Typo causing compilation failure #31

Closed LuckyEddie47 closed 2 years ago

LuckyEddie47 commented 2 years ago

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 2 years ago

Thanks, should be taken care of now.