From 16d42d5f6b8df076a04a18ffd13d0defc999c7bf Mon Sep 17 00:00:00 2001 From: henryk Date: Mon, 26 Nov 2007 06:20:17 +0000 Subject: Prepare transmission code Restructure/add some buffer code Reset the watchdog timer (now at 1.5s), add a watchdog pinger thread git-svn-id: https://svn.openpcd.org:2342/trunk@352 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/decoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openpicc/application/decoder.h') diff --git a/openpicc/application/decoder.h b/openpicc/application/decoder.h index bd25777..7892ea6 100644 --- a/openpicc/application/decoder.h +++ b/openpicc/application/decoder.h @@ -21,6 +21,7 @@ struct decoder_state { extern int decoder_register(int algnum, struct decoder_algo *algo); extern int decoder_decode(u_int8_t algo, const char *sample_buf, int sample_buf_size, unsigned char *data_buf); +extern void decoder_init(void); #define DECODER_MILLER 0 #define DECODER_NRZL 1 -- cgit v1.2.3