Update configuration to match new board name

This commit is contained in:
Thomas Basler 2018-08-01 21:18:56 +02:00
parent c95b0482fd
commit 2080439d7f

View File

@ -126,7 +126,7 @@
// The following define selects which electronics board you have. // The following define selects which electronics board you have.
// Please choose the name from boards.h that matches your setup // Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_13 #define MOTHERBOARD BOARD_MKS_GEN_13
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Optional custom name for your RepStrap or other custom machine