Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
• Fixed deprecation warning
  • Loading branch information
doceme authored Feb 10, 2025
1 parent 0ea54e0 commit 5084025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spidev_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <sys/ioctl.h>
#include <linux/ioctl.h>

#define _VERSION_ "3.6"
#define _VERSION_ "3.7"
#define SPIDEV_MAXPATH 4096

#define BLOCK_SIZE_CONTROL_FILE "/sys/module/spidev/parameters/bufsiz"
Expand Down

0 comments on commit 5084025

Please sign in to comment.