DEFAULT_WEBSITE_URL => BOARD_WEBSITE_URL

This commit is contained in:
Scott Lahteine
2019-02-08 14:53:03 -06:00
parent 6ddd81c178
commit 95d3f3953a
6 changed files with 12 additions and 12 deletions

View File

@@ -29,8 +29,8 @@
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif
#define BOARD_NAME "MKS SBASE"
#define DEFAULT_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
#define BOARD_NAME "MKS SBASE"
#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
#define LED_PIN P1_18 // Used as a status indicator
#define LED2_PIN P1_19