Spacing
This commit is contained in:
parent
a409ebdd7d
commit
abfb09563f
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
# sbi_console_putchar(char) -> void
|
||||
# Puts a character onto the UART port.
|
||||
|
||||
sbi_console_putchar:
|
||||
li a6, 0
|
||||
li a7, 1
|
||||
|
@ -17,7 +16,6 @@ sbi_console_putchar:
|
|||
|
||||
# sbi_console_getchar() -> int
|
||||
# Gets a character from the UART port.
|
||||
|
||||
sbi_console_getchar:
|
||||
li a6, 0
|
||||
li a7, 2
|
||||
|
|
Reference in a new issue