From 1865ffa0c775136dfe3caff9bf521502dd948ab2 Mon Sep 17 00:00:00 2001 From: jmding8 <44815547+jmding8@users.noreply.github.com> Date: Fri, 29 Oct 2021 04:06:12 +0000 Subject: [PATCH] fix struct name --- app/src/behaviors/behavior_hold_tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/behaviors/behavior_hold_tap.c b/app/src/behaviors/behavior_hold_tap.c index b17d45bc..59a9da54 100644 --- a/app/src/behaviors/behavior_hold_tap.c +++ b/app/src/behaviors/behavior_hold_tap.c @@ -51,7 +51,7 @@ enum decision_moment { HT_QUICK_TAP, }; -struct behavior_hold_tagit stp_config { +struct behavior_hold_tap_config { int tapping_term_ms; char *hold_behavior_dev; char *tap_behavior_dev;