summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/rfch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/layer1/rfch.h')
-rw-r--r--src/target/firmware/include/layer1/rfch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/include/layer1/rfch.h b/src/target/firmware/include/layer1/rfch.h
index 344523c3..0c4f9a0f 100644
--- a/src/target/firmware/include/layer1/rfch.h
+++ b/src/target/firmware/include/layer1/rfch.h
@@ -3,7 +3,7 @@
struct gsm_time;
-void rfch_get_params(struct gsm_time *t,
+void rfch_get_params(const struct gsm_time *t,
uint16_t *arfcn_p, uint8_t *tsc_p, uint8_t *tn_p);
#endif /* _L1_RFCH_H */