Clean minor issues in startup.s

This commit is contained in:
Steins7 2024-04-06 16:28:08 +02:00
parent ccf36ac400
commit 7a19ae9223

View File

@ -4,7 +4,7 @@
* This startup file provides a reset handler to setup the basics for c to run
* (stack pointer, static data, ...) as well as the vector table and the
* differents interrupt handlers that go with it. By default, all handlers use
* the default handler wich is simply and infinite loop
* the default handler wich is simply an infinite loop
*/
.syntax unified