fix bug that points to non-exiting file

Thank you @alf45tar for pointing this out
This commit is contained in:
lathoub 2020-01-05 16:55:32 -05:00 committed by GitHub
parent 940c1aa886
commit 6eaf748522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@
#if defined(ESP32)
#include "Ble_esp32.h"
#include "BleMidiClient_esp32.h"
#include "BleClient_esp32.h"
#endif