From 89f01f35013094ba5fbc2f7bbcd70601bc562824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pinkava?= Date: Fri, 3 Oct 2014 16:12:10 +0200 Subject: fix debug build --- src/phy/tetra_burst_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phy/tetra_burst_sync.c b/src/phy/tetra_burst_sync.c index 0cf86d0..ae210dc 100644 --- a/src/phy/tetra_burst_sync.c +++ b/src/phy/tetra_burst_sync.c @@ -112,7 +112,7 @@ int tetra_burst_sync_in(struct tetra_rx_state *trs, uint8_t *bits, unsigned int /* we have successfully received (at least) one frame */ tetra_tdma_time_add_tn(&t_phy_state.time, 1); printf("\nBURST"); - DEBUGP(": %s", ubit_dump(trs->bitbuf, TETRA_BITS_PER_TS)); + DEBUGP(": %s", osmo_ubit_dump(trs->bitbuf, TETRA_BITS_PER_TS)); printf("\n"); rc = tetra_find_train_seq(trs->bitbuf, trs->bits_in_buf, (1 << TETRA_TRAIN_NORM_1)| -- cgit v1.2.3