diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-07-26 08:57:19 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-07-26 08:57:19 +0200 |
commit | c56bd3f504f53848b1bf78c3ef5b57e1379a29f1 (patch) | |
tree | b65ddbce64e3bb2592fb2e089af03ce571eb4f7b /src/ufodecode.h | |
parent | 59bc0f747a042e971a3de1224d223d944962cde2 (diff) | |
parent | 4fd9c6b9288ef71fabfba496997db2113be641d1 (diff) | |
download | ufodecode-c56bd3f504f53848b1bf78c3ef5b57e1379a29f1.tar.gz ufodecode-c56bd3f504f53848b1bf78c3ef5b57e1379a29f1.tar.bz2 ufodecode-c56bd3f504f53848b1bf78c3ef5b57e1379a29f1.tar.xz ufodecode-c56bd3f504f53848b1bf78c3ef5b57e1379a29f1.zip |
Merge recent additions
Diffstat (limited to 'src/ufodecode.h')
-rw-r--r-- | src/ufodecode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ufodecode.h b/src/ufodecode.h index 7c2f098..228bec3 100644 --- a/src/ufodecode.h +++ b/src/ufodecode.h @@ -45,6 +45,9 @@ typedef struct { uint32_t n_rows; uint8_t n_skipped_rows; uint16_t cmosis_start_address; + uint8_t output_mode; + uint8_t adc_resolution; + union { uint32_t bits; UfoDecoderStatus1 desc; |