From f1211ac81684a342061264c18bf0a26de7412262 Mon Sep 17 00:00:00 2001 From: plutoo Date: Wed, 7 Mar 2018 18:49:40 +0100 Subject: [PATCH] Not sure what happened here xD --- hid/vibration/source/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hid/vibration/source/main.c b/hid/vibration/source/main.c index fb1aff9..4d091ed 100644 --- a/hid/vibration/source/main.c +++ b/hid/vibration/source/main.c @@ -31,8 +31,8 @@ int main(int argc, char **argv) memset(&VibrationValue_stop, 0, sizeof(HidVibrationValue)); // Switch like stop behavior with muted band channels and frequencies set to default. - VibrationValue_stop.freq_low = 160.0f - VibrationValue_stop.freq_high = 320.0f + VibrationValue_stop.freq_low = 160.0f; + VibrationValue_stop.freq_high = 320.0f; // Main loop while(appletMainLoop())