diff options
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r-- | src/fig/FIG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h index 318b788..04a2cbe 100644 --- a/src/fig/FIG.h +++ b/src/fig/FIG.h @@ -63,7 +63,7 @@ enum class FIG_rate { inline int rate_increment_ms(FIG_rate rate) { switch (rate) { - case FIG_rate::FIG0_0: return 0; // Is a special case + case FIG_rate::FIG0_0: return 96; // Is a special case case FIG_rate::A: return 100; case FIG_rate::B: return 1000; case FIG_rate::C: return 10000; |