ソースを参照

Handle default input event enum case.

Aaron Mavrinac 3 年 前
コミット
dfbb4d778b
1 ファイル変更2 行追加0 行削除
  1. 2 0
      bpm.c

+ 2 - 0
bpm.c

@@ -237,6 +237,8 @@ int32_t bpm_tapper_app(void* p) {
                 // Exit the plugin
                 processing = false;
                 break;
+            default:
+                break;
           }
         }
       }