error message changed

This commit is contained in:
Gunar Schorcht 2018-01-18 10:10:20 +01:00
parent 731d15ec21
commit 260ad246eb

View file

@ -175,6 +175,6 @@ void user_init(void)
ccs811_set_mode (sensor, ccs811_mode_1s);
}
else
printf("Could not initialize CCS811 sensor\n");
printf("Could not initialize the CCS811 sensor\n");
}