Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Aug 27, 2023
1 parent 5081d2a commit 76640e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/hal/gpiobus.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class GPIOBUS : public BUS
// SEL signal event request
struct gpioevent_request selevreq = {}; // NOSONAR: This protected so derived classes can access it
// epoll file descriptor
int epfd; // NOSONAR: This protected so derived classes can access it
int epfd = 0; // NOSONAR: This is protected so derived classes can access it

#endif
};

0 comments on commit 76640e9

Please sign in to comment.