summaryrefslogtreecommitdiff
path: root/cesar/bsu/ntb
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-04-27 09:55:33 +0200
committerNélio Laranjeiro2011-05-05 15:12:20 +0200
commite6f4ead58fd1702af3d40c17a765e7a1215d40a6 (patch)
tree2b74bdbe82bf3f1a2ade659dcee7fd89ddf0f333 /cesar/bsu/ntb
parentd07482001257c8cf7488ab9bcd42884da3e4b7db (diff)
cesar/bsu: replace static keyword by PRIVATE keyword
Diffstat (limited to 'cesar/bsu/ntb')
-rw-r--r--cesar/bsu/ntb/src/ntb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/bsu/ntb/src/ntb.c b/cesar/bsu/ntb/src/ntb.c
index a64f70ce5b..1111597960 100644
--- a/cesar/bsu/ntb/src/ntb.c
+++ b/cesar/bsu/ntb/src/ntb.c
@@ -39,7 +39,7 @@
* \param preamble_sysdate the system date preamble corresponding to the
* last beacon received.
*/
-static void
+PRIVATE void
bsu_ntb_frequency_error (bsu_ntb_sync_t *ctx, double freq_err, u32 bts,
u32 preamble_sysdate)
{
@@ -71,7 +71,7 @@ bsu_ntb_frequency_error (bsu_ntb_sync_t *ctx, double freq_err, u32 bts,
* \param preamble_sysdate the system date preamble corresponding to the
* last beacon received.
*/
-static u32
+PRIVATE u32
bsu_ntb_offset (bsu_ntb_sync_t *ctx, phy_t *phy, double freq_error,
u32 bts, u32 preamble_stadate, u32 preamble_sysdate)
{