[Si443x] Removed redundant variable assingment
This commit is contained in:
parent
047dee5244
commit
1534aab910
1 changed files with 0 additions and 1 deletions
|
@ -630,7 +630,6 @@ int16_t Si443x::updateClockRecovery() {
|
||||||
}
|
}
|
||||||
if((rxOsr_temp - rxOsr_int) >= 0.125) {
|
if((rxOsr_temp - rxOsr_int) >= 0.125) {
|
||||||
rxOsr_dec |= 0x01;
|
rxOsr_dec |= 0x01;
|
||||||
rxOsr_temp -= 0.125;
|
|
||||||
}
|
}
|
||||||
uint16_t rxOsr_fixed = ((uint16_t)rxOsr_int << 3) | ((uint16_t)rxOsr_dec);
|
uint16_t rxOsr_fixed = ((uint16_t)rxOsr_int << 3) | ((uint16_t)rxOsr_dec);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue