aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/l1_if.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-02-19 23:04:22 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-02-19 23:21:07 +0100
commit3713b59368d3fa7ffbf2a743c07df5de1d1b3caf (patch)
tree72e174f19e58a52c69047b1f9fb223da75fbda48 /src/osmo-bts-oc2g/l1_if.c
parentf788aefe6f605bcec6fba2d8bf6ffaaa02962d0d (diff)
oc2g: Fix compilation error (comment mark inside comment)
Diffstat (limited to 'src/osmo-bts-oc2g/l1_if.c')
-rw-r--r--src/osmo-bts-oc2g/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-oc2g/l1_if.c b/src/osmo-bts-oc2g/l1_if.c
index d8fdd968..884ce4e2 100644
--- a/src/osmo-bts-oc2g/l1_if.c
+++ b/src/osmo-bts-oc2g/l1_if.c
@@ -1745,7 +1745,7 @@ int bts_model_phy_link_open(struct phy_link *plink)
return -EIO;
}
- /* initialize DSP heart beat alive timer * /
+ / * initialize DSP heart beat alive timer * /
fl1h->hw_alive.dsp_alive_timer.cb = dsp_alive_timer_cb;
fl1h->hw_alive.dsp_alive_timer.data = fl1h;
fl1h->hw_alive.dsp_alive_cnt = 0;