Use system include <foo.h> notation for libosmocore headers

the curent local copies of libosmocore headers + source is a temporary
hack anyway. We should instead rely on a system-wide install of
libosmocore cross-compiled for arm-none-eabi.  But leave that as a
second (later) step beyond this patch.

Change-Id: Ia63fd842d45a2b404233b4326050e7eda0604cf0
This commit is contained in:
Harald Welte
2018-06-29 22:25:42 +02:00
parent ebe8b2069c
commit 9d90d284ed
14 changed files with 21 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
#include "simtrace.h"
#include "utils.h"
#include "sim_switch.h"
#include "osmocom/core/timer.h"
#include <osmocom/core/timer.h>
#include "usb_buf.h"
void board_exec_dbg_cmd(int ch)