Fixed typo in firmware/start.S

This commit is contained in:
Clifford Wolf 2015-06-28 14:56:26 +02:00
parent b076d72806
commit e34dcf77e3
1 changed files with 1 additions and 1 deletions

View File

@ -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