dis aint c++

This commit is contained in:
Kuba 2023-11-03 10:25:02 +00:00
parent c343cb12c8
commit b1aa00071a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include <stdint.h>
extern void get_rds_samples(float *buffer, int count, int stereo, int ct_clock_enabled, float sample_volume=1.0);
extern void get_rds_samples(float *buffer, int count, int stereo, int ct_clock_enabled, float sample_volume);
extern void set_rds_pi(uint16_t pi_code);
extern void set_rds_rt(char *rt);
extern void set_rds_ps(char *ps);