5 lines
85 B
Go
5 lines
85 B
Go
package main
|
|
|
|
//go:linkname WriteByte C.board_uart_write_char
|
|
func WriteByte(b byte)
|