diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-09 06:06:04 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-09 06:06:04 +0000 |
commit | bdc39aadd1a26d7709ff15722be90c016be2057a (patch) | |
tree | 6fcc1c756a4edf588818aaf3e973a3dfe64fa395 /openpicc/application/tc_fdt.h | |
parent | be5251b669e1812fe13668bafe2832d3a574210e (diff) |
Make it possible to send long frames for debugging
git-svn-id: https://svn.openpcd.org:2342/trunk@380 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/tc_fdt.h')
-rw-r--r-- | openpicc/application/tc_fdt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/tc_fdt.h b/openpicc/application/tc_fdt.h index b39b935..28e7e7e 100644 --- a/openpicc/application/tc_fdt.h +++ b/openpicc/application/tc_fdt.h @@ -5,5 +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); #endif |