summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/apps/layer1/main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-01-29 09:41:45 +0100
committerHarald Welte <laforge@gnumonks.org>2012-01-29 09:41:45 +0100
commit0eecdf24f3da797e3c6342e60b28f7dfcd467976 (patch)
tree704e339eb29673a49d282bcce7c2f5053e9e330d /src/target/firmware/apps/layer1/main.c
parent40fc52108899de210ed233d4014037c952453ecd (diff)
timers: comply with timer rename in libosmocore
libosmocore has prefixed the timer functions with omso_* already in May 2011 (0b21c1c8850d7f33f55d9399d14055a7cdda3614), and we follow suit here for API consistency reasons.
Diffstat (limited to 'src/target/firmware/apps/layer1/main.c')
-rw-r--r--src/target/firmware/apps/layer1/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/apps/layer1/main.c b/src/target/firmware/apps/layer1/main.c
index 0abfc063..c2e882e8 100644
--- a/src/target/firmware/apps/layer1/main.c
+++ b/src/target/firmware/apps/layer1/main.c
@@ -93,7 +93,7 @@ int main(void)
while (1) {
l1a_compl_execute();
- update_timers();
+ osmo_timers_update();
sim_handler();
l1a_l23_handler();
}