temperature_sensor: fix typo

This commit is contained in:
Chen Yudong
2022-03-11 20:47:04 +08:00
parent 4dc74c9c42
commit 6c56f54ed8
2 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ TEST_CASE("Double install error cause test", "[temperature_sensor]")
TEST_ESP_OK(temperature_sensor_uninstall(temp_handle));
}
TEST_CASE("Double start error cause test", "[temperatere_sensor]")
TEST_CASE("Double start error cause test", "[temperature_sensor]")
{
printf("Initializing Temperature sensor\n");
temperature_sensor_config_t temp_sensor = TEMPERAUTRE_SENSOR_CONFIG_DEFAULT(10, 50);