Add lost MKS_BASE to pins.h (PR#2297)

This commit is contained in:
AnHardt 2015-06-15 17:01:25 +02:00 committed by Richard Wackerbarth
parent 6ab7b560af
commit b93cddfcc9

View file

@ -112,6 +112,8 @@
#include "pins_BAM_DICE_DUE.h"
#elif MB(FELIX2)
#include "pins_FELIX2.h"
#elif MB(MKS_BASE)
#include "pins_MKS_BASE.h"
#elif MB(99)
#include "pins_99.h"
#else