Add AZSMZ Mini (#8005)

* Add AZSMZ Mini

* Remove tabs, adjust spacing

* Renumber boards to group by family

* Patch up spacing

* Tweak
This commit is contained in:
jeffyl
2017-10-24 23:16:54 -07:00
committed by Scott Lahteine
parent e00ed10c4c
commit 7b3098bbd5
3 changed files with 154 additions and 9 deletions

View File

@@ -302,8 +302,10 @@
#include "pins_ALLIGATOR_R2.h"
#elif MB(STM32F1R)
#include "pins_STM32F1R.h"
#elif MB(MKS_SBASE)
#elif MB(MKS_SBASE)
#include "pins_MKS_SBASE.h"
#elif MB(AZSMZ_MINI)
#include "pins_AZSMZ_MINI.h"
#else
#error "Unknown MOTHERBOARD value set in Configuration.h"
#endif