Browse Source

Pins/tests followup

Scott Lahteine 4 years ago
parent
commit
43b712d42b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pins.h

+ 1
- 1
Marlin/src/pins/pins.h View File

@@ -378,7 +378,7 @@
378 378
 #elif MB(BTT_SKR_V1_3)
379 379
   #include "lpc1768/pins_BTT_SKR_V1_3.h"        // LPC1768                                env:LPC1768
380 380
 #elif MB(BTT_SKR_V1_4)
381
-  #include "lpc1768/pins_BTT_SKR_V1_4.h"        // LPC1768                                env:LPC1768_btt_skr_v1_4
381
+  #include "lpc1768/pins_BTT_SKR_V1_4.h"        // LPC1768                                env:LPC1768
382 382
 
383 383
 //
384 384
 // LPC1769 ARM Cortex M3

Loading…
Cancel
Save