Browse Source

Update board/teensy comment (#19456)

Jason Smith 3 years ago
parent
commit
d051c2adbd
No account linked to committer's email address
2 changed files with 3 additions and 2 deletions
  1. 1
    0
      .github/workflows/test-builds.yml
  2. 2
    2
      Marlin/src/core/boards.h

+ 1
- 0
.github/workflows/test-builds.yml View File

@@ -41,6 +41,7 @@ jobs:
41 41
         - mega2560
42 42
         - teensy31
43 43
         - teensy35
44
+        - teensy41
44 45
         - SAMD51_grandcentral_m4
45 46
 
46 47
         # Extended AVR Environments

+ 2
- 2
Marlin/src/core/boards.h View File

@@ -359,8 +359,8 @@
359 359
 
360 360
 #define BOARD_THE_BORG                5000  // THE-BORG (Power outputs: Hotend0, Hotend1, Bed, Fan)
361 361
 #define BOARD_REMRAM_V1               5001  // RemRam v1
362
-#define BOARD_TEENSY41                5002  // Teensy4.0 and Teensy4.1
363
-#define BOARD_T41U5XBB                5003  // T41U5XBB Teensy4.1 breakout board
362
+#define BOARD_TEENSY41                5002  // Teensy 4.1
363
+#define BOARD_T41U5XBB                5003  // T41U5XBB Teensy 4.1 breakout board
364 364
 
365 365
 //
366 366
 // Espressif ESP32 WiFi

Loading…
Cancel
Save