From 937e17d415f6719cdac0545d7999bc305c742739 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 11 Dec 2023 10:06:52 -0600 Subject: Return after sucessfully setting a GPIO value for pulse feature --- src/Device/Device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Device/Device.cpp b/src/Device/Device.cpp index 193b7f7..cb02d22 100644 --- a/src/Device/Device.cpp +++ b/src/Device/Device.cpp @@ -769,7 +769,7 @@ void Device::store(std::string name, std::string value) { if(retval == -1) { simpleError("Could not set GPIO value",errno,111); } - exitHandler(0); + return 0; } } } -- cgit v1.2.3