Skip to content

Commit a4e4226

Browse files
committed
Trailing whitespace
1 parent e76fd6b commit a4e4226

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Marlin/src/HAL/STM32F1/HAL.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const uint8_t adc_pins[] = {
9999
#endif
100100
#if HAS_TEMP_ADC_PROBE
101101
TEMP_PROBE_PIN,
102-
#endif
102+
#endif
103103
#if HAS_HEATED_BED
104104
TEMP_BED_PIN,
105105
#endif
@@ -156,7 +156,7 @@ enum TempPinIndex : char {
156156
#endif
157157
#if HAS_TEMP_ADC_PROBE
158158
TEMP_PROBE,
159-
#endif
159+
#endif
160160
#if HAS_HEATED_BED
161161
TEMP_BED,
162162
#endif
@@ -349,7 +349,7 @@ void HAL_adc_start_conversion(const uint8_t adc_pin) {
349349
#endif
350350
#if HAS_TEMP_ADC_PROBE
351351
case TEMP_PROBE_PIN: pin_index = TEMP_PROBE; break;
352-
#endif
352+
#endif
353353
#if HAS_HEATED_BED
354354
case TEMP_BED_PIN: pin_index = TEMP_BED; break;
355355
#endif

buildroot/share/PlatformIO/variants/archim/build_gcc/debug.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# This library is distributed in the hope that it will be useful,
1010
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1212
# See the GNU Lesser General Public License for more details.
1313
#
1414
# You should have received a copy of the GNU Lesser General Public

buildroot/share/PlatformIO/variants/archim/build_gcc/release.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# This library is distributed in the hope that it will be useful,
1010
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1212
# See the GNU Lesser General Public License for more details.
1313
#
1414
# You should have received a copy of the GNU Lesser General Public

buildroot/share/PlatformIO/variants/archim/debug_scripts/iar/arduino_due_sram.mac

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ execUserPreload()
3838
__message "------------------------------ execUserPreload ---------------------------------";
3939

4040
__hwReset(0); //* Hardware Reset: CPU is automatically halted after the reset
41-
41+
4242
// perpheral reset RSTC_CR
4343
__writeMemory32(0xA5000004,0x400e1200,"Memory");
4444
}

0 commit comments

Comments
 (0)