diff options
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; |