Clean minor issues in startup.s
This commit is contained in:
parent
ccf36ac400
commit
7a19ae9223
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user