Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/sensor/sensirion/sht4x/sht4x.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
};

static const uint16_t measure_wait_us[3] = {
1700, 4500, 8200
1600, 4500, 8300
};

Check notice on line 46 in drivers/sensor/sensirion/sht4x/sht4x.h

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

You may want to run clang-format on this change

drivers/sensor/sensirion/sht4x/sht4x.h:46 -static const uint16_t measure_wait_us[3] = { - 1600, 4500, 8300 -}; +static const uint16_t measure_wait_us[3] = {1600, 4500, 8300};
/*
* heater specifics
*
Expand Down
Loading