mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-23 13:29:08 +00:00
Uncrustify changes
This commit is contained in:
parent
d53a62187d
commit
48eb2a4fe2
@ -170,7 +170,7 @@ value(int type)
|
||||
|
||||
if(type == SHT25_VOLTAGE_ALARM) {
|
||||
if(sht25_read_user_register() == SHT25_SUCCESS) {
|
||||
return ((user_reg & SHT2x_LOW_VOLTAGE_MASK) >> SHT2x_LOW_VOLTAGE_SHIFT);
|
||||
return (user_reg & SHT2x_LOW_VOLTAGE_MASK) >> SHT2x_LOW_VOLTAGE_SHIFT;
|
||||
}
|
||||
} else {
|
||||
if(sht25_read(type, &val) == SHT25_SUCCESS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user