Add lost MKS_BASE to pins.h (PR#2297)
This commit is contained in:
parent
6ab7b560af
commit
b93cddfcc9
|
@ -112,6 +112,8 @@
|
||||||
#include "pins_BAM_DICE_DUE.h"
|
#include "pins_BAM_DICE_DUE.h"
|
||||||
#elif MB(FELIX2)
|
#elif MB(FELIX2)
|
||||||
#include "pins_FELIX2.h"
|
#include "pins_FELIX2.h"
|
||||||
|
#elif MB(MKS_BASE)
|
||||||
|
#include "pins_MKS_BASE.h"
|
||||||
#elif MB(99)
|
#elif MB(99)
|
||||||
#include "pins_99.h"
|
#include "pins_99.h"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue