diff options
Diffstat (limited to 'fmdriver/fmdriver_common.h')
-rw-r--r-- | fmdriver/fmdriver_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fmdriver/fmdriver_common.h b/fmdriver/fmdriver_common.h index 30cf12c..99679cb 100644 --- a/fmdriver/fmdriver_common.h +++ b/fmdriver/fmdriver_common.h @@ -35,6 +35,7 @@ static inline void fmdriver_fillpcmname(char *dest, const char *src) { uint8_t fmdriver_fm_freq2key(uint16_t freq); uint8_t fmdriver_ssg_freq2key(uint16_t freq); +uint8_t fmdriver_ppz8_freq2key(uint32_t freq); #if 0 #include <stdio.h> |