remove duplicate end()

thanks @alf45tar for spotting!
This commit is contained in:
lathoub 2021-08-10 17:02:41 +02:00 committed by GitHub
parent 697e0d40b0
commit 3b08fec7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -48,11 +48,6 @@ public:
mBleClass.begin(mDeviceName, this); mBleClass.begin(mDeviceName, this);
} }
void end()
{
mBleClass.end();
}
void end() void end()
{ {
mBleClass.end(); mBleClass.end();