summaryrefslogtreecommitdiff
path: root/cesar/mac/pbproc/test/int/src/test_pbproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/pbproc/test/int/src/test_pbproc.c')
-rw-r--r--cesar/mac/pbproc/test/int/src/test_pbproc.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cesar/mac/pbproc/test/int/src/test_pbproc.c b/cesar/mac/pbproc/test/int/src/test_pbproc.c
index 199c2119ab..fec62542e7 100644
--- a/cesar/mac/pbproc/test/int/src/test_pbproc.c
+++ b/cesar/mac/pbproc/test/int/src/test_pbproc.c
@@ -508,3 +508,12 @@ cyg_user_start (void)
test_pbproc_init (&test_pbproc_global, fcall);
}
+void
+phy_freq_error_set (phy_t *ctx, bool sync, s32 rho_q30) __attribute__ ((weak));
+
+void
+phy_freq_error_set (phy_t *ctx, bool sync, s32 rho_q30)
+{
+ dbg_assert_ptr (ctx);
+ /* Ignored. */
+}