> /* get minimum of 7 MHz clock, but max of 12 MHz */ > - psc = (input_clock / 7000000) - 1; > + psc = (input_clock / 12000000) - 1; Doesn't make this the above comment invalid?
Attachment:
signature.asc
Description: Digital signature
> /* get minimum of 7 MHz clock, but max of 12 MHz */ > - psc = (input_clock / 7000000) - 1; > + psc = (input_clock / 12000000) - 1; Doesn't make this the above comment invalid?
Attachment:
signature.asc
Description: Digital signature