Internal function sht3x_callback_task renamed

This commit is contained in:
Gunar Schorcht 2017-09-28 08:45:53 +02:00 committed by GitHub
parent 1cb8066165
commit e6ff0047d5
2 changed files with 16 additions and 15 deletions

View file

@ -94,7 +94,7 @@ typedef struct {
float average_weight;
sht3x_cb_function_t cb_function;
TaskHandle_t cb_task;
TaskHandle_t bg_task;
} sht3x_sensor_t;