File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,19 @@ void GATTClass::begin()
7070
7171void GATTClass::end ()
7272{
73- if (_genericAccessService->release () < = 0 )
73+ if (_genericAccessService->release () = = 0 )
7474 delete (_genericAccessService);
7575
76- if (_deviceNameCharacteristic->release () < = 0 )
76+ if (_deviceNameCharacteristic->release () = = 0 )
7777 delete (_deviceNameCharacteristic);
7878
79- if (_appearanceCharacteristic->release () < = 0 )
79+ if (_appearanceCharacteristic->release () = = 0 )
8080 delete (_appearanceCharacteristic);
8181
82- if (_genericAttributeService->release () < = 0 )
82+ if (_genericAttributeService->release () = = 0 )
8383 delete (_genericAttributeService);
8484
85- if (_servicesChangedCharacteristic->release () < = 0 )
85+ if (_servicesChangedCharacteristic->release () = = 0 )
8686 delete (_servicesChangedCharacteristic);
8787
8888 clearAttributes ();
You can’t perform that action at this time.
0 commit comments