From 3b08fec7da296f151d05a4a80b969fde36d5ee72 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Tue, 10 Aug 2021 17:02:41 +0200 Subject: [PATCH] remove duplicate end() thanks @alf45tar for spotting! --- src/BLEMIDI_Transport.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/BLEMIDI_Transport.h b/src/BLEMIDI_Transport.h index a759813..eda33a3 100644 --- a/src/BLEMIDI_Transport.h +++ b/src/BLEMIDI_Transport.h @@ -48,11 +48,6 @@ public: mBleClass.begin(mDeviceName, this); } - void end() - { - mBleClass.end(); - } - void end() { mBleClass.end();