X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/ff379463e38b1cebd43d5c2ab8a0a0ae8e7a9b53..de14b62cf9b6042f77a7d41caf5eef99a64a4331:/client/config.h diff --git a/client/config.h b/client/config.h index fefe7e9..66e33a4 100644 --- a/client/config.h +++ b/client/config.h @@ -23,7 +23,7 @@ extern uint button_pin; /* Don't bother reporting each separate button press when it is pressed many * times in short succession. (We also use this to de-bounce. :) */ -extern u32_t minimum_microseconds_between_button_presses; +extern u32_t minimum_seconds_between_button_presses; /* Send each report multiple times. */ extern uint resend_count;