mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 14:28:33 +03:00
fix build of APP=cardem on BOARD=simtrace
This commit is contained in:
17
firmware/libboard/simtrace/source/board_simtrace.c
Normal file
17
firmware/libboard/simtrace/source/board_simtrace.c
Normal file
@@ -0,0 +1,17 @@
|
||||
/* 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)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user