Fixed typo in firmware/start.S
This commit is contained in:
parent
b076d72806
commit
e34dcf77e3
|
@ -267,7 +267,7 @@ start:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_MULTST
|
#ifdef ENABLE_MULTST
|
||||||
/* call sieve C code */
|
/* call multest C code */
|
||||||
jal ra,multest
|
jal ra,multest
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue