We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf48f3b commit fb10c3cCopy full SHA for fb10c3c
cores/arduino/VirtIOSerial.cpp
@@ -47,7 +47,7 @@ void VirtIOSerial::begin(void)
47
if (OPENAMP_Init() != 0) {
48
Error_Handler();
49
}
50
- if (VIRT_UART_Init(&virt_huart) != VIRT_UART_OK) {
+ if (VIRT_UART_Init(&huart) != VIRT_UART_OK) {
51
52
53
/*Need to register callback for message reception by channels*/
0 commit comments