Commit 4a900a2a authored by danh-arm's avatar danh-arm
Browse files

Merge pull request #477 from mtk09422/console_uninit

Add ret to return from console_uninit() function
parents d0c104e1 c85a15fc
......@@ -79,6 +79,7 @@ func console_uninit
mov x0, #0
adrp x3, console_base
str x0, [x3, :lo12:console_base]
ret
endfunc console_uninit
/* ---------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment