mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 08:19:14 +02:00
what?
This commit is contained in:
+2
-5
@@ -66,10 +66,7 @@ static void stop(int signum) {
|
|||||||
to_run = 0;
|
to_run = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void show_version() {
|
void show_help(char *name) {
|
||||||
printf("fm95 (an FM Processor by radio95) version 1.7\n");
|
|
||||||
}
|
|
||||||
inline void show_help(char *name) {
|
|
||||||
printf(
|
printf(
|
||||||
"Usage: \t%s\n"
|
"Usage: \t%s\n"
|
||||||
"\t-s,--stereo\tForce Stereo [default: %d]\n"
|
"\t-s,--stereo\tForce Stereo [default: %d]\n"
|
||||||
@@ -114,7 +111,7 @@ inline void show_help(char *name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
show_version();
|
printf("fm95 (an FM Processor by radio95) version 1.7\n");
|
||||||
|
|
||||||
PulseInputDevice mpx_device, rds_device, rds2_device, sca_device;
|
PulseInputDevice mpx_device, rds_device, rds2_device, sca_device;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user