fix struct name

This commit is contained in:
jmding8 2021-10-29 04:06:12 +00:00
parent a33e9e5966
commit 1865ffa0c7

View file

@ -51,7 +51,7 @@ enum decision_moment {
HT_QUICK_TAP, HT_QUICK_TAP,
}; };
struct behavior_hold_tagit stp_config { struct behavior_hold_tap_config {
int tapping_term_ms; int tapping_term_ms;
char *hold_behavior_dev; char *hold_behavior_dev;
char *tap_behavior_dev; char *tap_behavior_dev;