diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/core/sercomm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/sercomm.h b/include/osmocom/core/sercomm.h index cc1a833b..32b96c53 100644 --- a/include/osmocom/core/sercomm.h +++ b/include/osmocom/core/sercomm.h @@ -58,7 +58,7 @@ struct osmo_sercomm_inst { }; -#ifndef HOST_BUILD +#ifdef EMBEDDED #include <uart.h> /* helper functions for target */ void osmo_sercomm_change_speed(struct osmo_sercomm_inst *sercomm, enum uart_baudrate bdrt); |