-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
nRFNordic SemiNordic Semi
Description
This function procedure is incompatible with the machine.Serialer interface:
tinygo/src/machine/machine_nrf.go
Line 174 in 2b21595
| func (uart *UART) Configure(config UARTConfig) { |
When compiling with -serial=uart, compilation fails when attempting to use machine.Serial as a machine.Serialer like:
cannot use machine.Serial (variable of type *machine.UART) as machine.Serialer value in struct literal: *machine.UART does not implement machine.Serialer (wrong type for method Configure)
have Configure(machine.UARTConfig)
want Configure(machine.UARTConfig) error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
nRFNordic SemiNordic Semi