mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
18 lines
301 B
C
18 lines
301 B
C
/* SIMtrace specific application code */
|
|
/* (C) 2017 by Harald Welte <laforge@gnumonks.org> */
|
|
|
|
#include "board.h"
|
|
#include "simtrace.h"
|
|
#include "utils.h"
|
|
#include "sim_switch.h"
|
|
#include "osmocom/core/timer.h"
|
|
#include "usb_buf.h"
|
|
|
|
void board_exec_dbg_cmd(int ch)
|
|
{
|
|
}
|
|
|
|
void board_main_top(void)
|
|
{
|
|
}
|