-
Notifications
You must be signed in to change notification settings - Fork 101
_hat_info: close eeprom file fd before returning #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Also handles /sys/class/i2c-adapter deprecation. On newer kernel this class is not exposed anymore. |
|
Hello nicoeng. I'm using a RPi5 with Trixie 64-bit. Regards. gpio.c: In function ‘gpio_init’: gpio.c:276:18: error: implicit declaration of function ‘gpiod_line_request_rising_edge_events’; did you mean ‘gpiod_line_request_read_edge_events’? [-Wimplicit-function-declaration] |
The file descriptor was left open after the function returns.