Merge pull request #544 from gschorcht/sht3x
Minor changes in SHT3x driver
This commit is contained in:
commit
42e342e3dd
2 changed files with 5 additions and 1 deletions
|
@ -164,6 +164,8 @@ void user_init(void)
|
|||
// Create a user task that uses the sensors.
|
||||
xTaskCreate(user_task, "user_task", TASK_STACK_DEPTH, NULL, 2, 0);
|
||||
}
|
||||
else
|
||||
printf("Could not initialize SHT3x sensor\n");
|
||||
|
||||
// That's it.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue