From 2a0e01aeff0d06a9ee9e12966c435cb75144af9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Balatoni?= <40299962+dbalatoni13@users.noreply.github.com> Date: Fri, 8 May 2026 23:52:25 +0200 Subject: [PATCH] Fix aramUploadData callback param in the source file --- src/musyx/runtime/hw_aramdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musyx/runtime/hw_aramdma.c b/src/musyx/runtime/hw_aramdma.c index 037415a..11e1534 100644 --- a/src/musyx/runtime/hw_aramdma.c +++ b/src/musyx/runtime/hw_aramdma.c @@ -82,7 +82,7 @@ static void aramQueueCallback(unsigned long ptr) { } void aramUploadData(void* mram, unsigned long aram, unsigned long len, unsigned long highPrio, - void (*callback)(unsigned long), unsigned long user) { + void (*callback)(size_t), unsigned long user) { ARAMTransferQueue* aramQueue; // r31 int old; // r30