only: code style

This commit is contained in:
rusefillc 2023-12-19 23:47:19 -05:00
parent 87524388cf
commit 91987ba8fb
1 changed files with 1 additions and 3 deletions

View File

@ -615,9 +615,7 @@ static brain_pin_diag_e tle8888_2b_to_diag_with_temp(unsigned int bits)
}
int Tle8888::chip_reset() {
int ret;
ret = spi_rw(CMD_SR, NULL);
int ret = spi_rw(CMD_SR, NULL);
/**
* Table 8. Reset Times. All reset times not more than 20uS
*/