Skip to content

Commit

Permalink
Allow defining CS_USE_ARDUINOBLE for non-Arduino boards with BLE support
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Apr 16, 2024
1 parent b12db8c commit 99d1e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MIDI_Interfaces/BluetoothMIDI_Interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ END_CS_NAMESPACE
(defined(ARDUINO_ARCH_MBED) && defined(ARDUINO_ARCH_RP2040)) || \
(defined(ARDUINO_ARCH_MBED) && defined(ARDUINO_GIGA)) || \
defined(ARDUINO_UNOR4_WIFI) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
defined(ARDUINO_SAMD_MKRWIFI1010)
defined(ARDUINO_SAMD_MKRWIFI1010) || defined(CS_USE_ARDUINOBLE)
// Arduino Nano 33 BLE, RP2040, Arduino GIGA, Arduino UNO R4 WiFi,
// Arduino Nano 33 IoT, Arduino MKR 1010 WiFi
#include "BLEMIDI/ArduinoBLEBackend.hpp"
Expand Down

0 comments on commit 99d1e0f

Please sign in to comment.