Output ASCII art image after all init functions (inside main_mobile.c)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "image.h"
|
||||
#include "../libmobile/image.h"
|
||||
|
||||
const char *image[] = {
|
||||
"@g",
|
||||
|
@@ -1,3 +0,0 @@
|
||||
|
||||
void print_image(void);
|
||||
|
@@ -33,7 +33,6 @@
|
||||
#include "bnetz.h"
|
||||
#include "dsp.h"
|
||||
#include "stations.h"
|
||||
#include "image.h"
|
||||
#include "ansage.h"
|
||||
|
||||
int gfs = 2;
|
||||
@@ -173,9 +172,6 @@ int main(int argc, char *argv[])
|
||||
exit(0);
|
||||
}
|
||||
|
||||
if (!loopback)
|
||||
print_image();
|
||||
|
||||
/* inits */
|
||||
fm_init(fast_math);
|
||||
dsp_init();
|
||||
|
Reference in New Issue
Block a user