Skip to content
Snippets Groups Projects
Commit 847bdeec authored by Scott Lahteine's avatar Scott Lahteine
Browse files

BOARD_NAME => BOARD_INFO_NAME

parent 45a01a3e
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@
* Applies to PICA, PICA_REVB
*/
#ifndef BOARD_NAME
#define BOARD_NAME "PICA"
#ifndef BOARD_INFO_NAME
#define BOARD_INFO_NAME "PICA"
#endif
/*
......
......@@ -25,7 +25,7 @@
// FYSETC F6 v1.4 pin assignments
//
#define BOARD_NAME "FYSETC F6 1.4"
#define BOARD_INFO_NAME "FYSETC F6 1.4"
#define Z_MAX_PIN 2
......
......@@ -30,7 +30,7 @@
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif
#define BOARD_NAME "GTM32 Pro VB"
#define BOARD_INFO_NAME "GTM32 Pro VB"
#define DEFAULT_MACHINE_NAME "M201"
//#define DISABLE_DEBUG
......
......@@ -28,7 +28,7 @@
#endif
#ifndef BOARD_INFO_NAME
#define BOARD_NAME "MKS_ROBIN2"
#define BOARD_INFO_NAME "MKS_ROBIN2"
#endif
#ifndef DEFAULT_MACHINE_NAME
......
......@@ -28,7 +28,7 @@
#endif
#define DEFAULT_MACHINE_NAME "STM32F446VET6"
#define BOARD_NAME "STM32F4 VAkE"
#define BOARD_INFO_NAME "STM32F4 VAkE"
//#define I2C_EEPROM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment