aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-12-22 09:23:57 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-22 09:23:57 +0100
commitc409bc701e06ce21a400c28f5af7239785a3474b (patch)
treeea8cdb4813f48bf73ded99743e978e351528ee34
parent8ffc727bf930ebe59d9e5569e950ca6fe7f1c5f8 (diff)
e1: Mark e1_tc_align_increment() as static
-rw-r--r--sam/applications/sam_e1/e1_ssc_tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam/applications/sam_e1/e1_ssc_tc.c b/sam/applications/sam_e1/e1_ssc_tc.c
index 06652abc..48fd4cf0 100644
--- a/sam/applications/sam_e1/e1_ssc_tc.c
+++ b/sam/applications/sam_e1/e1_ssc_tc.c
@@ -56,7 +56,7 @@ void e1_tc_align_set(uint8_t pos)
tc_write_ra(TC_ALIGN, TC_CHANNEL_ALIGN, pos);
}
-void e1_tc_align_increment(void)
+static void e1_tc_align_increment(void)
{
uint32_t ra = tc_read_ra(TC_ALIGN, TC_CHANNEL_ALIGN);