From ac6283f92b0579c0e820e13a83715389455d3171 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 9 Oct 2024 18:32:27 +0200 Subject: Added preset to args --- mutex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mutex.h') diff --git a/mutex.h b/mutex.h index 2f3c653..78b4cdf 100644 --- a/mutex.h +++ b/mutex.h @@ -7,7 +7,6 @@ typedef struct { int note; int state; int velocity; - int preset; int action; } SharedData; -- cgit v1.2.3