Browse Source

Trailing whitespace

Scott Lahteine 4 years ago
parent
commit
973a6990b5
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/src/module/thermistor/thermistors.h
  2. 1
    1
      README.md

+ 1
- 1
Marlin/src/module/thermistor/thermistors.h View File

@@ -110,7 +110,7 @@
110 110
   #include "thermistor_21.h"
111 111
 #endif
112 112
 #if ANY_THERMISTOR_IS(22) // Thermistor in a Rostock 301 hot end, calibrated with a multimeter
113
-  #include "thermistor_22.h"  
113
+  #include "thermistor_22.h"
114 114
 #endif
115 115
 #if ANY_THERMISTOR_IS(23) // By AluOne #12622. Formerly 22 above. May need calibration/checking.
116 116
   #include "thermistor_23.h"

+ 1
- 1
README.md View File

@@ -70,7 +70,7 @@ Marlin 2.0 introduces a layer of abstraction so that all the existing high-level
70 70
   ----|---------|-----|-----|----|-----|---
71 71
   [Arduino STM32](https://github.com/rogerclarkmelbourne/Arduino_STM32)|[STM32F1](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) ARM-Cortex M3|72MHz|256-512k|48-64k|3.3V|no
72 72
   [Geeetech3D GTM32](https://github.com/Geeetech3D/Diagram/blob/master/Rostock301/Hardware_GTM32_PRO_VB.pdf)|[STM32F1](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) ARM-Cortex M3|72MHz|256-512k|48-64k|3.3V|no
73
- 
73
+
74 74
   #### STM32F4
75 75
 
76 76
   boards|processor|speed|flash|sram|logic|fpu

Loading…
Cancel
Save