Trailing whitespace
This commit is contained in:
parent
c25c31b1de
commit
f5bae208cc
@ -99,7 +99,7 @@ const uint8_t adc_pins[] = {
|
|||||||
#endif
|
#endif
|
||||||
#if HAS_TEMP_ADC_PROBE
|
#if HAS_TEMP_ADC_PROBE
|
||||||
TEMP_PROBE_PIN,
|
TEMP_PROBE_PIN,
|
||||||
#endif
|
#endif
|
||||||
#if HAS_HEATED_BED
|
#if HAS_HEATED_BED
|
||||||
TEMP_BED_PIN,
|
TEMP_BED_PIN,
|
||||||
#endif
|
#endif
|
||||||
@ -156,7 +156,7 @@ enum TempPinIndex : char {
|
|||||||
#endif
|
#endif
|
||||||
#if HAS_TEMP_ADC_PROBE
|
#if HAS_TEMP_ADC_PROBE
|
||||||
TEMP_PROBE,
|
TEMP_PROBE,
|
||||||
#endif
|
#endif
|
||||||
#if HAS_HEATED_BED
|
#if HAS_HEATED_BED
|
||||||
TEMP_BED,
|
TEMP_BED,
|
||||||
#endif
|
#endif
|
||||||
@ -349,7 +349,7 @@ void HAL_adc_start_conversion(const uint8_t adc_pin) {
|
|||||||
#endif
|
#endif
|
||||||
#if HAS_TEMP_ADC_PROBE
|
#if HAS_TEMP_ADC_PROBE
|
||||||
case TEMP_PROBE_PIN: pin_index = TEMP_PROBE; break;
|
case TEMP_PROBE_PIN: pin_index = TEMP_PROBE; break;
|
||||||
#endif
|
#endif
|
||||||
#if HAS_HEATED_BED
|
#if HAS_HEATED_BED
|
||||||
case TEMP_BED_PIN: pin_index = TEMP_BED; break;
|
case TEMP_BED_PIN: pin_index = TEMP_BED; break;
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
# See the GNU Lesser General Public License for more details.
|
# See the GNU Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
# See the GNU Lesser General Public License for more details.
|
# See the GNU Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
@ -38,7 +38,7 @@ execUserPreload()
|
|||||||
__message "------------------------------ execUserPreload ---------------------------------";
|
__message "------------------------------ execUserPreload ---------------------------------";
|
||||||
|
|
||||||
__hwReset(0); //* Hardware Reset: CPU is automatically halted after the reset
|
__hwReset(0); //* Hardware Reset: CPU is automatically halted after the reset
|
||||||
|
|
||||||
// perpheral reset RSTC_CR
|
// perpheral reset RSTC_CR
|
||||||
__writeMemory32(0xA5000004,0x400e1200,"Memory");
|
__writeMemory32(0xA5000004,0x400e1200,"Memory");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user