mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
fix(temperature_sensor): remove spurious printf
remove accidentally included debugging
This commit is contained in:
@@ -175,8 +175,6 @@ esp_err_t temperature_sensor_install(const temperature_sensor_config_t *tsens_co
|
||||
tsens->tsens_attribute->range_max,
|
||||
tsens->tsens_attribute->error_max);
|
||||
|
||||
printf("tsens->tsens_attribute->reg_val: %d\n", tsens->tsens_attribute->reg_val);
|
||||
|
||||
temperature_sensor_ll_set_range(tsens->tsens_attribute->reg_val);
|
||||
|
||||
tsens->fsm = TEMP_SENSOR_FSM_INIT;
|
||||
|
Reference in New Issue
Block a user