diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-13 15:26:14 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-13 15:26:14 +0000 |
commit | 3fb02f719f0bea99548a6bc7fe7c37e9d25ce800 (patch) | |
tree | 3742ace743afdd9d30fe5dc1602b5b557b1e6981 /openpicc/application/main.c | |
parent | ee1f021427f8966fb29e70eab1a3be4345af65b1 (diff) |
Slight progress, still: enabling tc_fdt crashes the processor after some bits
git-svn-id: https://svn.openpcd.org:2342/trunk@326 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/main.c')
-rw-r--r-- | openpicc/application/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openpicc/application/main.c b/openpicc/application/main.c index 8d0070d..eb51aeb 100644 --- a/openpicc/application/main.c +++ b/openpicc/application/main.c @@ -45,6 +45,7 @@ #include "ssc_picc.h" #include "tc_cdiv.h" #include "tc_cdiv_sync.h" +#include "tc_fdt.h" /**********************************************************************/ static inline void prvSetupHardware (void) @@ -95,7 +96,7 @@ int main (void) pll_init(); tc_cdiv_init(); - tc_cdiv_sync_init(); + tc_fdt_init(); ssc_tx_init(); //ssc_rx_init(); |