mirror of
https://github.com/PaulStoffregen/OneWire.git
synced 2026-07-27 19:57:07 +00:00
keep the style
This commit is contained in:
+1
-1
@@ -521,7 +521,7 @@ uint8_t OneWire::crc8(const uint8_t *addr, uint8_t len)
|
||||
uint8_t crc = 0;
|
||||
|
||||
while (len--) {
|
||||
crc = _crc_ibutton_update( crc, *addr++ );
|
||||
crc = _crc_ibutton_update(crc, *addr++);
|
||||
}
|
||||
return crc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user