util/spkmodem-recv: order prototypes per function

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-06-04 15:38:03 +01:00
parent 212ce3a8ac
commit 2a6ad97150
1 changed files with 1 additions and 1 deletions

View File

@ -29,9 +29,9 @@ int f1, f2, lp, ascii_bit = 7;
char ascii = 0;
void handle_audio(void);
void print_char(void);
void fetch_sample(void);
void read_frame(int ringpos);
void print_char(void);
int
main(int argc, char *argv[])