[1.1.x] Split TRIGORILLA into 1.3 and 1.4 (#10468)

This commit is contained in:
Scott Lahteine 2018-04-20 19:27:11 -05:00 committed by GitHub
parent 4cc2bc1343
commit c6ecfc1429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 55 additions and 15 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
/**