Skip to content

Commit 8536bc4

Browse files
committed
Update BLEMIDI_ESP32.h
1 parent b91186d commit 8536bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hardware/BLEMIDI_ESP32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class BLEMIDI_ESP32
1616
BLEAdvertising *_advertising = nullptr;
1717
BLECharacteristic *_characteristic = nullptr;
1818

19-
BLEMIDI_Transport<class BLEMIDI_ESP32<_Settings>, _Settings> *_bleMidiTransport = nullptr;
19+
BLEMIDI_Transport<class BLEMIDI_ESP32<_Settings>, _Settings>* _bleMidiTransport = nullptr;
2020

2121
template <class> friend class MyServerCallbacks;
2222
template <class> friend class MyCharacteristicCallbacks;
@@ -168,7 +168,7 @@ bool BLEMIDI_ESP32<_Settings>::begin(const char *deviceName, BLEMIDI_Transport<c
168168
return true;
169169
}
170170

171-
/*! \brief Create an instance for ESP32 named <DeviceName>
171+
/*! \brief Create a customer instance for ESP32 named <DeviceName>
172172
*/
173173
#define BLEMIDI_CREATE_CUSTOM_INSTANCE(DeviceName, Name, _Settings) \
174174
BLEMIDI_NAMESPACE::BLEMIDI_Transport<BLEMIDI_NAMESPACE::BLEMIDI_ESP32<_Settings>, _Settings> BLE##Name(DeviceName); \

0 commit comments

Comments
 (0)