From c28a5b0b25f040429e9262a8a4997348ed129740 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 29 Dec 2013 10:14:20 +0100 Subject: sysmobts: Specify the constant as a float and not a double --- src/osmo-bts-sysmo/oml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c index 27b108a1..6e33a76b 100644 --- a/src/osmo-bts-sysmo/oml.c +++ b/src/osmo-bts-sysmo/oml.c @@ -858,7 +858,7 @@ static int mph_send_activate_req(struct gsm_lchan *lchan, struct sapi_cmd *cmd) * Be sure that every packet is received, even if it * fails. In this case the length might be lower or 0. */ - act_req->fBFILevel = -200.0; + act_req->fBFILevel = -200.0f; break; default: break; -- cgit v1.2.3