diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-04-03 22:19:14 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-04-03 22:19:49 +0900 |
commit | fd698bc65313888c689877128d4b489c64f2e85f (patch) | |
tree | 0ad39ba217b1b43ffa1156f7ab81fcb6b186b9aa /fmdriver/fmdriver_pmd.h | |
parent | 4e4ba88b67cc9e891a69d65bbde460e1ba51a39e (diff) |
pmd: fix PPZ8 loop
Diffstat (limited to 'fmdriver/fmdriver_pmd.h')
-rw-r--r-- | fmdriver/fmdriver_pmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fmdriver/fmdriver_pmd.h b/fmdriver/fmdriver_pmd.h index 708dd9e..25d42d7 100644 --- a/fmdriver/fmdriver_pmd.h +++ b/fmdriver/fmdriver_pmd.h @@ -238,7 +238,7 @@ struct pmd_part { bool proc_masked; // for display uint8_t len; - uint16_t output_freq; + uint32_t output_freq; }; struct pmd_ssgeff_data { |