minor changes

This commit is contained in:
Gunar Schorcht 2018-01-06 15:34:36 +01:00
parent ca0b5da905
commit 7fed013453
2 changed files with 5 additions and 1 deletions

View file

@ -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.
}