diff options
author | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-02-21 15:39:14 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-02-21 15:39:14 +0100 |
commit | 29aec734715f7c4d6b8157ac514eff4fd8dd0242 (patch) | |
tree | 82131d93179d4806966d1a9d7ccd46c695fbd5ca /src/cameras/uca_pco.c | |
parent | 28619821bc90ed4c15844b2e6b6a5a2971ef5f2e (diff) | |
download | libuca-29aec734715f7c4d6b8157ac514eff4fd8dd0242.tar.gz libuca-29aec734715f7c4d6b8157ac514eff4fd8dd0242.tar.bz2 libuca-29aec734715f7c4d6b8157ac514eff4fd8dd0242.tar.xz libuca-29aec734715f7c4d6b8157ac514eff4fd8dd0242.zip |
Include config.h and test the library
Diffstat (limited to 'src/cameras/uca_pco.c')
-rw-r--r-- | src/cameras/uca_pco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cameras/uca_pco.c b/src/cameras/uca_pco.c index daba6f6..0359990 100644 --- a/src/cameras/uca_pco.c +++ b/src/cameras/uca_pco.c @@ -11,7 +11,7 @@ static void uca_pco_destroy(struct uca_t *uca) pco_destroy(pco); } -uint8_t uca_pco_init(struct uca_t *uca) +int uca_pco_init(struct uca_t *uca) { pco = pco_init(); if (!pco_active(pco)) { |