Complete commit: "Make Alsa sound interface independent from libmobile"

This commit is contained in:
Andreas Eversberg
2024-05-04 11:12:14 +02:00
committed by Andreas Eversberg
parent 96cd937f9d
commit 6540302a06
4 changed files with 17 additions and 0 deletions

View File

@@ -367,4 +367,11 @@ done:
void osmo_cc_set_log_cat(int __attribute__((unused)) cc_log_cat) {}
void display_measurements_add(void);
void *display_measurements_update(void);
void *get_sender_by_empfangsfrequenz(void);
void display_measurements_add(void) {}
void *display_measurements_update(void) { return NULL; }
void *get_sender_by_empfangsfrequenz(void) { return NULL; }
#endif /* ARDUINO */