Skip to content
Snippets Groups Projects
Commit ec13aa0d authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Misc. whitespace

parent 3d153486
Branches
Tags
No related merge requests found
...@@ -177,7 +177,6 @@ void HAL_adc_init() { ...@@ -177,7 +177,6 @@ void HAL_adc_init() {
// Calculate ADC characteristics (i.e., gain and offset factors for each attenuation level) // Calculate ADC characteristics (i.e., gain and offset factors for each attenuation level)
for (int i = 0; i < ADC_ATTEN_MAX; i++) { 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]); 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 // Change attenuation 100mV below the calibrated threshold
thresholds[i] = esp_adc_cal_raw_to_voltage(4095, &characteristics[i]); thresholds[i] = esp_adc_cal_raw_to_voltage(4095, &characteristics[i]);
} }
......
...@@ -193,7 +193,6 @@ SECTIONS ...@@ -193,7 +193,6 @@ SECTIONS
} >RAM } >RAM
/* Remove information from the standard libraries */ /* Remove information from the standard libraries */
/DISCARD/ : /DISCARD/ :
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment