usart #1

Merged
Steins7 merged 9 commits from usart into rework 2024-04-06 21:05:01 +00:00
Showing only changes of commit 7a19ae9223 - Show all commits

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