terjeio / GRBL_MPG_DRO_BoosterPack

Tiva C BoosterPack for GRBL MPG/DRO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

identifier "KEYPAD_STREAM" is undefined

CHTUZKI opened this issue · comments

`#define MPG_ENABLE 1

#define KEYPAD_ENABLE 2`

I used the above two lines of code to compile, and the compiler told me "identifier" KEYPAD_STREAM "is undefined". I can't find "KEYPAD_STREAM" in the "MSP432P401R-master" project

I don't know why?

Those two symbols are for the grblHAL controller, which driver are you compiling for that?