diff options
Diffstat (limited to 'openpicc/application/tc_fdt.h')
-rw-r--r-- | openpicc/application/tc_fdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpicc/application/tc_fdt.h b/openpicc/application/tc_fdt.h index 28e7e7e..6e89f51 100644 --- a/openpicc/application/tc_fdt.h +++ b/openpicc/application/tc_fdt.h @@ -5,6 +5,6 @@ extern void tc_fdt_init(void); extern void tc_fdt_set(u_int16_t count); -extern void __ramfunc tc_fdt_set_to_next_slot(int last_bit); +extern int tc_fdt_get_next_slot(int reference_time, int slotlen); #endif |