Skip to content

Commit b639567

Browse files
remove unused variables from STM32.cpp
1 parent 5a05dc5 commit b639567

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/stm32l4/STM32.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ float STM32Class::getVREF()
9999
float STM32Class::getTemperature()
100100
{
101101
int32_t ts_data, ts_cal1, ts_cal2, vref_data, vrefint;
102-
float ts_v30, ts_slope, vref;
103102

104103
if (stm32l4_adc.state == ADC_STATE_NONE)
105104
{

0 commit comments

Comments
 (0)