diff options
author | B. Watson <urchlay@slackware.uk> | 2025-05-06 18:59:46 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-05-06 18:59:46 -0400 |
commit | a6d2fde4392c02a074f37cc2b1906397a6765403 (patch) | |
tree | 4edbde49fbae060e910070e23b3ca70dce8d91f0 /marsond.c | |
parent | 381a915c90a610a8e60ad3630e11a3401795cfc7 (diff) | |
download | marsond-a6d2fde4392c02a074f37cc2b1906397a6765403.tar.gz |
update docs.
Diffstat (limited to 'marsond.c')
-rw-r--r-- | marsond.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,7 +17,9 @@ #include <linux/input.h> #include <linux/uinput.h> -#define VERSION "0.0.1" +#ifndef VERSION +#define VERSION "(unknown ver)" +#endif #define DEFAULT_DELAY_MS 30 |