We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e8849 commit 70f8918Copy full SHA for 70f8918
Bluemchen/update.sh
@@ -1,5 +1,5 @@
1
PROJECT=Bluemchen
2
-DEVICE=hw:4,0,0
+DEVICE=hw:3,0,0
3
4
make clean
5
Source/uart.cpp
@@ -68,7 +68,7 @@ extern "C" {
68
}
69
#endif
70
71
-#if defined USE_UART_MIDI_TX || defined USE_UART_RX
+#if defined USE_UART_MIDI_TX || defined USE_UART_MIDI_RX || defined USE_DIGITALBUS
72
void HAL_UART_ErrorCallback(UART_HandleTypeDef *huart){
73
error(RUNTIME_ERROR, "uart error");
74
#ifdef USE_UART_MIDI_RX
0 commit comments