diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-22 15:25:18 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-22 15:25:18 +0300 |
commit | a06039d788c64fd7288e85e7435e966b0e2abe51 (patch) | |
tree | 3263cec8c3e12f9697c16178d1f99cc66c93a376 /src/common.h | |
parent | e2df212b9f03835fe3fbe990ec45c00be43b40a3 (diff) |
inverterd: add --delay option
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 6786b5e..7b9740e 100644 --- a/src/common.h +++ b/src/common.h @@ -18,6 +18,7 @@ enum { LO_RAW, LO_TIMEOUT, LO_CACHE_TIMEOUT, + LO_DELAY, LO_FORMAT, LO_DEVICE, LO_USB_VENDOR_ID, |