Update BLEMIDI_ESP32.h

This commit is contained in:
lathoub 2022-06-02 15:59:22 +02:00
parent b91186d6a1
commit 8536bc4ddf
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ bool BLEMIDI_ESP32<_Settings>::begin(const char *deviceName, BLEMIDI_Transport<c
return true; return true;
} }
/*! \brief Create an instance for ESP32 named <DeviceName> /*! \brief Create a customer instance for ESP32 named <DeviceName>
*/ */
#define BLEMIDI_CREATE_CUSTOM_INSTANCE(DeviceName, Name, _Settings) \ #define BLEMIDI_CREATE_CUSTOM_INSTANCE(DeviceName, Name, _Settings) \
BLEMIDI_NAMESPACE::BLEMIDI_Transport<BLEMIDI_NAMESPACE::BLEMIDI_ESP32<_Settings>, _Settings> BLE##Name(DeviceName); \ BLEMIDI_NAMESPACE::BLEMIDI_Transport<BLEMIDI_NAMESPACE::BLEMIDI_ESP32<_Settings>, _Settings> BLE##Name(DeviceName); \