Changes between Initial Version and Version 1 of Ticket #13908, comment 7


Ignore:
Timestamp:
Nov 20, 2023, 3:40:00 PM (6 months ago)
Author:
eriktorbjorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13908, comment 7

    initial v1  
    1717{{{
    1818        channel->d.freqmod_offset += channel->d.freqmod_incr;
    19         if (channel->d.freqmod_offset > channel->d.freqmod_modulo)
     19        while (channel->d.freqmod_offset > channel->d.freqmod_modulo)
    2020                channel->d.freqmod_offset -= channel->d.freqmod_modulo;
    2121}}}
     
    2828
    2929instead?
     30
     31Edit: Fixed the second code snippet