Browse Source

Misc. whitespace

pull/1/head
Scott Lahteine 6 years ago
parent
commit
ec13aa0dc1
  1. 1
      Marlin/src/HAL/HAL_ESP32/HAL.cpp
  2. 1
      buildroot/share/PlatformIO/variants/BIGTREE_GENERIC_STM32F407_5X/ldscript.ld

1
Marlin/src/HAL/HAL_ESP32/HAL.cpp

@ -177,7 +177,6 @@ void HAL_adc_init() {
// Calculate ADC characteristics (i.e., gain and offset factors for each attenuation level)
for (int i = 0; i < ADC_ATTEN_MAX; i++) {
esp_adc_cal_characterize(ADC_UNIT_1, (adc_atten_t)i, ADC_WIDTH_BIT_12, V_REF, &characteristics[i]);
// Change attenuation 100mV below the calibrated threshold
thresholds[i] = esp_adc_cal_raw_to_voltage(4095, &characteristics[i]);
}

1
buildroot/share/PlatformIO/variants/BIGTREE_GENERIC_STM32F407_5X/ldscript.ld

@ -193,7 +193,6 @@ SECTIONS
} >RAM
/* Remove information from the standard libraries */
/DISCARD/ :
{

Loading…
Cancel
Save