mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
First milestone towards flags rewrite --- it builds and the tests pass, but
nothing actually works.
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
#include <math.h>
|
||||
#include <strings.h>
|
||||
|
||||
static DoubleFlag pulseDebounceThreshold(
|
||||
FlagGroup fluxmapReaderFlags;
|
||||
|
||||
DoubleFlag pulseDebounceThreshold(
|
||||
{ "--pulse-debounce-threshold" },
|
||||
"Ignore pulses with intervals short than this, in fractions of a clock.",
|
||||
0.30);
|
||||
|
||||
Reference in New Issue
Block a user