diff options
Diffstat (limited to 'io-module/mths.c')
-rw-r--r-- | io-module/mths.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/io-module/mths.c b/io-module/mths.c index 1fef07f..c50951e 100644 --- a/io-module/mths.c +++ b/io-module/mths.c @@ -687,32 +687,3 @@ static struct attribute *mths_0_0_platform_attributes[] = { static struct attribute_group mths_0_0_platform_attribute_group = { .attrs = mths_0_0_platform_attributes }; - -#ifdef NEW_BUTTON_INTERFACE - -//static const button_info_t user_button_mths = { -// .name = "User Push Button", -// .label_pin = "button", -// .label_monitor = "button-monitor", -// .label_monitor_intervals = "button-monitor-intervals", -// -// /* Signals */ -// .short_signal = SIGUSR1, -// .long_signal = SIGUSR2, -// .short_signal = SIGHUP, -// -// /* Intervals */ -// .short_interval = BUTTON_HOLD_COUNT, -// .long_interval = BUTTON_LONG_HOLD_COUNT, -//}; -// -//static const button_info_t mths_buttons_0_0[] = { -// user_button_mths, -// {}, -//}; - - - - - -#endif //NEW_BUTTON_INTERFACE |