diff --git a/firmware/start.S b/firmware/start.S index 278f0d4..ed88be2 100644 --- a/firmware/start.S +++ b/firmware/start.S @@ -267,7 +267,7 @@ start: #endif #ifdef ENABLE_MULTST - /* call sieve C code */ + /* call multest C code */ jal ra,multest #endif