Skip to content

Commit 61b2c55

Browse files
committed
Resolve midi_deinit warning ESP32
1 parent 6ad2875 commit 61b2c55

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/MIDI_Interfaces/BLEMIDI/ESP32/midi-init.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ bool midi_init(void) {
156156
return true;
157157
}
158158

159-
bool midi_deinit(void) { assert(!"Not implemented"); }
159+
bool midi_deinit(void) {
160+
assert(!"Not implemented");
161+
return false;
162+
}
160163

161164
#endif
162165
#endif

0 commit comments

Comments
 (0)