Skip to content

Commit 00f8a6c

Browse files
committed
Merge commit '621bf1b7da627e64aa01cf6158cadc1878b516b1' into link
2 parents 32beecd + 621bf1b commit 00f8a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/external/sp_link/src/sp_link_nifs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ERL_NIF_TERM sp_link_set_tempo_nif(ErlNifEnv* env, int argc, const ERL_NIF_TERM
9090
return enif_make_atom(env, "error");
9191
}
9292

93-
rc = sp_link_set_tempo(bpm, 0);
93+
rc = sp_link_set_tempo(bpm, micros);
9494
return enif_make_atom(env, rc == 0 ? "ok" : "error");
9595
}
9696

0 commit comments

Comments
 (0)