Merge pull request #10460 from thinkyhead/bf2_trigorilla_14

[2.0.x] Split TRIGORILLA into 1.3 and 1.4
This commit is contained in:
Scott Lahteine
2018-04-20 18:25:40 -05:00
committed by GitHub
7 changed files with 334 additions and 315 deletions

View File

@ -272,9 +272,12 @@
#error "FILAMENT_CHANGE_LOAD_LENGTH is now FILAMENT_CHANGE_FAST_LOAD_LENGTH. Please update your configuration."
#endif
#define BOARD_MKS_13 -47
#define BOARD_MKS_13 -47
#define BOARD_TRIGORILLA -343
#if MB(MKS_13)
#error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
#elif MB(BOARD_TRIGORILLA)
#error "BOARD_TRIGORILLA has been renamed BOARD_TRIGORILLA_13. Please update your configuration."
#endif
/**