fix build of APP=cardem on BOARD=simtrace

This commit is contained in:
Harald Welte
2017-11-28 19:49:41 +01:00
parent fc87c24326
commit ba2ad563cc
3 changed files with 24 additions and 6 deletions

View 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)
{
}