samples to skip (unint32_t)

Use unit32_t for all samples to skip
This commit is contained in:
mwalker33 2019-09-30 19:22:26 +10:00
commit 40b1d3bea7
4 changed files with 7 additions and 5 deletions

View file

@ -118,7 +118,7 @@ typedef struct {
bool averaging;
int divisor;
int trigger_threshold;
int samples_to_skip;
uint32_t samples_to_skip;
} PACKED sample_config;
/*
typedef struct {