Browse Source

EINY -> EINSY

PavelSindler 7 years ago
parent
commit
bd748bc986
2 changed files with 4 additions and 4 deletions
  1. 1 1
      Firmware/Configuration_prusa.h
  2. 3 3
      Firmware/boards.h

+ 1 - 1
Firmware/Configuration_prusa.h

@@ -16,7 +16,7 @@
 #define CUSTOM_MENDEL_NAME "Prusa i3 MK3"
 
 // Electronics
-#define MOTHERBOARD BOARD_EINY_0_4a
+#define MOTHERBOARD BOARD_EINSY_0_4a
 
 
 // Uncomment the below for the E3D PT100 temperature sensor (with or without PT100 Amplifier)

+ 3 - 3
Firmware/boards.h

@@ -8,9 +8,9 @@
 #define BOARD_RAMBO_MINI_1_0    200  // Rambo-mini 1.0 - 200 (orig 102)
 #define BOARD_RAMBO_MINI_1_3    203  // Rambo-mini 1.3 - 203 (orig 302)
 
-#define BOARD_EINY_0_3a         303  // EINY 0.3a - 303 (orig 300)
-#define BOARD_EINY_0_4a         304  // EINY 0.4a - 304 (orig 299)
-#define BOARD_EINY_0_5a         305  // EINY 0.5a - 305 (orig 298)
+#define BOARD_EISNY_0_3a         303  // EINY 0.3a - 303 (orig 300)
+#define BOARD_EINSY_0_4a         304  // EINY 0.4a - 304 (orig 299)
+#define BOARD_EINSY_0_5a         305  // EINY 0.5a - 305 (orig 298)
 
 #define MB(board) (MOTHERBOARD==BOARD_##board)
 #define IS_RAMPS (MB(RAMPS_OLD) || MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF))