Uncrustify changes

This commit is contained in:
Antonio Lignan 2016-01-10 23:36:00 +01:00
parent d53a62187d
commit 48eb2a4fe2
2 changed files with 39 additions and 39 deletions

View file

@ -62,7 +62,7 @@ PROCESS_THREAD(remote_sht25_process, ev, data)
/* Check if the sensor voltage operation is over 2.25V */
if(sht25.value(SHT25_VOLTAGE_ALARM)) {
printf("Voltage is lower than recommended for the sensor operation\n");
printf("Voltage is lower than recommended for the sensor operation\n");
PROCESS_EXIT();
}