rename si5351 driver, remove external files
This commit is contained in:
@ -2666,7 +2666,7 @@ uint8_t RTC_ByteToBcd2(uint8_t Value)
|
||||
while (temp >= 10U)
|
||||
{
|
||||
bcdhigh++;
|
||||
temp -= 10U;
|
||||
temp -= 10;
|
||||
}
|
||||
|
||||
return ((uint8_t)(bcdhigh << 4U) | temp);
|
||||
|
Reference in New Issue
Block a user