aboutsummaryrefslogtreecommitdiffstats
path: root/src/jtacs/main.c
blob: e0551a303e28feac3aa516becf97450aec4c2a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "../amps/main.h"
#include "../amps/tones.h"
#include "../amps/outoforder.h"

const int tacs = 1;
const int jtacs = 1;

int main(int argc, char *argv[])
{
	/* init common tones */
	init_tones();

	return main_amps_tacs("jtacs", argc, argv);
}