Delete a line

This commit is contained in:
Elp03 2024-04-09 15:28:57 +02:00
parent 91ee8b1af8
commit b0c0efa4fc

View File

@ -44,8 +44,6 @@ uint16_t thermistor_voltage_read() {
uint16_t internal_voltage_read() { uint16_t internal_voltage_read() {
/* Gets value for the internal voltage reffreance*/ /* Gets value for the internal voltage reffreance*/
VREF.ADC0REF = VREF_REFSEL_VDD_gc;
ADC0.MUXPOS = 0x44; ADC0.MUXPOS = 0x44;
uint8_t adc_val = ADC0_read(); uint8_t adc_val = ADC0_read();