Do not disable interrupts on abort

Allows panic messages to be printed fully into serial console
Этот коммит содержится в:
Yurii Soldak 2021-05-26 22:16:33 +02:00 коммит произвёл Ron Evans
родитель c93ddb630b
коммит 422ebeeec7

Просмотреть файл

@ -7,9 +7,6 @@ import (
)
func abort() {
// disable all interrupts
arm.DisableInterrupts()
// lock up forever
for {
arm.Asm("wfi")