Move mobile phone specific code from libcommon.a to libmobile.a

This commit is contained in:
Andreas Eversberg
2017-08-20 08:27:02 +02:00
parent 3c0bcce97b
commit cff7622f5c
22 changed files with 58 additions and 23 deletions

View File

@@ -27,7 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include "../common/sample.h"
#include "../common/main.h"
#include "../common/main_mobile.h"
#include "../common/debug.h"
#include "../common/timer.h"
#include "../common/mncc_sock.h"
@@ -385,7 +385,7 @@ int main(int argc, char *argv[])
r2000_check_channels();
main_common(&quit, latency, interval, NULL, station_id, 9);
main_mobile(&quit, latency, interval, NULL, station_id, 9);
fail:
/* destroy transceiver instance */