summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/comm/sercomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/comm/sercomm.h')
-rw-r--r--src/target/firmware/include/comm/sercomm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/target/firmware/include/comm/sercomm.h b/src/target/firmware/include/comm/sercomm.h
index e9f560e2..45a1e995 100644
--- a/src/target/firmware/include/comm/sercomm.h
+++ b/src/target/firmware/include/comm/sercomm.h
@@ -3,12 +3,9 @@
/* SERCOMM layer on UART1 (modem UART) */
-#ifdef HOST_BUILD
#include <osmocore/msgb.h>
-#else
-#include <comm/msgb.h>
+
#define SERCOMM_UART_NR 1
-#endif
#define HDLC_FLAG 0x7E
#define HDLC_ESCAPE 0x7D