terjeio / GRBL_MPG_DRO_BoosterPack

Tiva C BoosterPack for GRBL MPG/DRO
43 stars 20 forks source link

identifier "KEYPAD_STREAM" is undefined #10

Closed CHTUZKI closed 1 year ago

CHTUZKI commented 1 year ago

`#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?

terjeio commented 1 year ago

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