_hat_info: close eeprom file fd before returning#74
_hat_info: close eeprom file fd before returning#74nicoeng wants to merge 2 commits intomccdaq:masterfrom
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.