Skip to content

Commit 70f8918

Browse files
committed
Fix MIDI on blumchen
1 parent 16e8849 commit 70f8918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Bluemchen/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT=Bluemchen
2-
DEVICE=hw:4,0,0
2+
DEVICE=hw:3,0,0
33

44
make clean
55

Source/uart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extern "C" {
6868
}
6969
#endif
7070

71-
#if defined USE_UART_MIDI_TX || defined USE_UART_RX
71+
#if defined USE_UART_MIDI_TX || defined USE_UART_MIDI_RX || defined USE_DIGITALBUS
7272
void HAL_UART_ErrorCallback(UART_HandleTypeDef *huart){
7373
error(RUNTIME_ERROR, "uart error");
7474
#ifdef USE_UART_MIDI_RX

0 commit comments

Comments
 (0)