mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-03 19:38:30 +02:00
Fix some typos found by codespell (#3598)
This commit is contained in:
@@ -199,7 +199,7 @@ void ENS210Component::update() {
|
||||
});
|
||||
}
|
||||
|
||||
// Extracts measurement 'data' and 'status' from a 'val' obtained from measurment.
|
||||
// Extracts measurement 'data' and 'status' from a 'val' obtained from measurement.
|
||||
void ENS210Component::extract_measurement_(uint32_t val, int *data, int *status) {
|
||||
*data = (val >> 0) & 0xffff;
|
||||
int valid = (val >> 16) & 0x1;
|
||||
|
||||
Reference in New Issue
Block a user